OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_get_closest_channel_count
(Results
1 - 4
of
4
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
85
unsigned
profile_get_closest_channel_count
(alsa_device_profile* profile, unsigned count);
/system/media/alsa_utils/
alsa_device_proxy.c
82
proxy->alsa_config.channels =
profile_get_closest_channel_count
(profile, config->channels);
alsa_device_profile.c
195
unsigned
profile_get_closest_channel_count
(alsa_device_profile* profile, unsigned count)
function
/hardware/libhardware/modules/usbaudio/
audio_hal.c
640
proxy_config.channels =
profile_get_closest_channel_count
(out->profile, out->hal_channel_count);
[
all
...]
Completed in 324 milliseconds