Home
last modified time | relevance | path

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

/system/media/audio/include/system/
Daudio.h1439 static inline uint32_t audio_channel_count_from_in_mask(audio_channel_mask_t channel) in audio_channel_count_from_in_mask() function
1457 static inline uint32_t audio_channel_count_from_in_mask(uint32_t mask) { in audio_channel_count_from_in_mask() function
1458 return audio_channel_count_from_in_mask(static_cast<audio_channel_mask_t>(mask)); in audio_channel_count_from_in_mask()