Searched refs:audio_channel_mask_from_string (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/libmediahelper/include/media/ |
H A D | TypeConverter.h | 346 if (audio_channel_mask_from_string(str.c_str(), &temp) && in fromStringImpl() 365 if (audio_channel_mask_from_string(str.c_str(), &temp) && in fromStringImpl() 384 if (audio_channel_mask_from_string(str.c_str(), &temp) && in fromStringImpl()
|
/aosp12/frameworks/av/media/libmediahelper/ |
H A D | TypeConverter.cpp | 103 audio_channel_mask_from_string(literalChannels.c_str(), &channels)) { in channelMaskFromString()
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | audioflinger_fuzzer.cpp | 109 getFlags<audio_channel_mask_t, xsd::AudioChannelMask, decltype(audio_channel_mask_from_string)>( 110 xsdc_enum_range<xsd::AudioChannelMask>{}, audio_channel_mask_from_string);
|
/aosp12/frameworks/av/services/audiopolicy/fuzzer/ |
H A D | audiopolicy_fuzzer.cpp | 71 audio_channel_mask_from_string(audioChannelMask.c_str(), &audioChannelMaskHal)) { in __anon8b7383b20202() 85 audio_channel_mask_from_string(audioChannelMask.c_str(), &audioChannelMaskHal)) { in __anon8b7383b20302()
|
/aosp12/system/media/audio/include/system/ |
H A D | audio-hal-enums.h | 280 inline bool audio_channel_mask_from_string(const char* s, audio_channel_mask_t* t) { in audio_channel_mask_from_string() function
|
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/ |
H A D | HidlUtils.cpp | 122 audio_channel_mask_from_string(channelMask.c_str(), halChannelMask)) { in audioChannelMaskToHal()
|