Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioParameter.h49 static const char * const keyInputSource; variable
/aosp12/frameworks/av/media/libmediahelper/
H A DAudioParameter.cpp33 const char * const AudioParameter::keyInputSource = AUDIO_PARAMETER_STREAM_INPUT_SOURCE; member in android::AudioParameter
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp195 String8 key_input = String8(AudioParameter::keyInputSource); in setParameters()
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp339 Result retval = mStreamCommon->getParam(AudioParameter::keyInputSource, &halSource); in getAudioSource()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp8907 if (param.getInt(String8(AudioParameter::keyInputSource), value) == NO_ERROR && in checkForNewParameter_l()
9137 param.addInt(String8(AudioParameter::keyInputSource), in createAudioPatch_l()
9916 param.addInt(String8(AudioParameter::keyInputSource), in createAudioPatch_l()
H A DAudioFlinger.cpp1511 String8(AudioParameter::keyInputSource), in filterReservedParameters()