Home
last modified time | relevance | path

Searched refs:profile_get_highest_sample_rate (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/alsa_utils/include/
H A Dalsa_device_profile.h78 unsigned profile_get_highest_sample_rate(const alsa_device_profile* profile);
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c150 unsigned profile_get_highest_sample_rate(const alsa_device_profile* profile) { in profile_get_highest_sample_rate() function
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1336 unsigned highest_rate = profile_get_highest_sample_rate(&device_info->profile); in adev_open_input_stream()