Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/fuzzer/
H A Daudioflinger_fuzzer.cpp105 getFlags<audio_format_t, xsd::AudioFormat, decltype(audio_format_from_string)>(
106 xsdc_enum_range<xsd::AudioFormat>{}, audio_format_from_string);
/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DTypeConverter.h332 return audio_format_from_string(str.c_str(), &result); in fromStringImpl()
/aosp12/system/media/audio/include/system/
H A Daudio-hal-enums.h637 inline bool audio_format_from_string(const char* s, audio_format_t* t) { in audio_format_from_string() function
/aosp12/frameworks/av/services/audiopolicy/fuzzer/
H A Daudiopolicy_fuzzer.cpp57 if (audio_format_from_string(audioFormat.c_str(), &audioFormatHal)) { in __anon8b7383b20102()
/aosp12/hardware/interfaces/audio/common/all-versions/default/7.0/
H A DHidlUtils.cpp273 if (!xsd::isUnknownAudioFormat(format) && audio_format_from_string(format.c_str(), halFormat)) { in audioFormatToHal()