Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyManagerTestClientForHdmi.h39 mAudioParameters.add(String8(AudioParameter::keyStreamSupportedChannels), String8("")); in addSupportedFormat()
/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioParameter.h82 static const char * const keyStreamSupportedChannels; variable
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DConversionHelperHidl.cpp42 (halKeys.get(String8(AudioParameter::keyStreamSupportedChannels), value) == NO_ERROR || in keysFromHal()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp134 Result result = getParam(AudioParameter::keyStreamSupportedChannels, &halListValue, context); in getSupportedChannelMasks()
247 result = getParam(AudioParameter::keyStreamSupportedChannels, &halListValue, context); in getSupportedProfiles()
/aosp12/frameworks/av/media/libmediahelper/
H A DAudioParameter.cpp48 const char * const AudioParameter::keyStreamSupportedChannels = AUDIO_PARAMETER_STREAM_SUP_CHANNELS; member in android::AudioParameter
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp7117 AudioParameter::keyStreamSupportedChannels); in updateAudioProfiles()
7121 String8(AudioParameter::keyStreamSupportedChannels), reply) == NO_ERROR) { in updateAudioProfiles()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1516 String8(AudioParameter::keyStreamSupportedChannels), in filterReservedParameters()