Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioParameter.h75 static const char * const keyStreamSupportedFormats; variable
/frameworks/av/include/media/
DAudioParameter.h75 static const char * const keyStreamSupportedFormats; variable
/frameworks/av/media/libmedia/
DAudioParameter.cpp43 const char * const AudioParameter::keyStreamSupportedFormats = AUDIO_PARAMETER_STREAM_SUP_FORMATS; member in android::AudioParameter
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3540 ioHandle, String8(AudioParameter::keyStreamSupportedFormats)); in getSupportedFormats()
3544 String8(AudioParameter::keyStreamSupportedFormats), reply) != NO_ERROR) { in getSupportedFormats()
6099 ioHandle, String8(AudioParameter::keyStreamSupportedFormats)); in loadConfig()
6103 String8(AudioParameter::keyStreamSupportedFormats), reply) != NO_ERROR) { in loadConfig()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1198 String8(AudioParameter::keyStreamSupportedFormats), in filterReservedParameters()