Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyManagerTestClientForHdmi.h36 String8(AudioParameter::keyStreamSupportedFormats), in addSupportedFormat()
/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioParameter.h81 static const char * const keyStreamSupportedFormats; variable
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp177 Result result = getParam(AudioParameter::keyStreamSupportedFormats, &halListValue); in getSupportedFormats()
216 Result result = getParam(AudioParameter::keyStreamSupportedFormats, &halListValue); in getSupportedProfiles()
/aosp12/frameworks/av/media/libmediahelper/
H A DAudioParameter.cpp47 const char * const AudioParameter::keyStreamSupportedFormats = AUDIO_PARAMETER_STREAM_SUP_FORMATS; member in android::AudioParameter
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp7079 ioHandle, String8(AudioParameter::keyStreamSupportedFormats)); in updateAudioProfiles()
7083 String8(AudioParameter::keyStreamSupportedFormats), reply) != NO_ERROR) { in updateAudioProfiles()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1515 String8(AudioParameter::keyStreamSupportedFormats), in filterReservedParameters()