OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_is_channel_count_valid
(Results
1 - 3
of
3
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
86
bool
profile_is_channel_count_valid
(alsa_device_profile* profile, unsigned count);
/system/media/alsa_utils/
alsa_device_proxy.c
79
if (config->channels != 0 &&
profile_is_channel_count_valid
(profile, config->channels)) {
alsa_device_profile.c
210
bool
profile_is_channel_count_valid
(alsa_device_profile* profile, unsigned count)
function
Completed in 168 milliseconds