Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiopolicy/
DAudioMixingRule.java64 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()
319 private boolean mVoiceCommunicationCaptureAllowed = false; field in AudioMixingRule
328 return mVoiceCommunicationCaptureAllowed; in voiceCommunicationCaptureAllowed()
333 mVoiceCommunicationCaptureAllowed = allowed; in setVoiceCommunicationCaptureAllowed()
364 && (this.mVoiceCommunicationCaptureAllowed in equals()
365 == that.mVoiceCommunicationCaptureAllowed); in equals()
374 mVoiceCommunicationCaptureAllowed); in hashCode()
454 private boolean mVoiceCommunicationCaptureAllowed = false; field in AudioMixingRule.Builder
594 mVoiceCommunicationCaptureAllowed = allowed; in voiceCommunicationCaptureAllowed()
735 mVoiceCommunicationCaptureAllowed); in build()
[all …]
/frameworks/av/media/libaudioclient/
DAudioPolicy.cpp97 mVoiceCommunicationCaptureAllowed = parcel->readBool(); in readFromParcel()
123 parcel->writeBool(mVoiceCommunicationCaptureAllowed); in writeToParcel()
DPolicyAidlConversion.cpp244 legacy.mVoiceCommunicationCaptureAllowed = aidl.voiceCommunicationCaptureAllowed; in aidl2legacy_AudioMix()
269 aidl.voiceCommunicationCaptureAllowed = legacy.mVoiceCommunicationCaptureAllowed; in legacy2aidl_AudioMix()
/frameworks/av/media/libaudioclient/include/media/
DAudioPolicy.h136 bool mVoiceCommunicationCaptureAllowed = false; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPolicyMix.cpp444 if (!mix->mVoiceCommunicationCaptureAllowed) { in mixMatch()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp189 jfieldID mVoiceCommunicationCaptureAllowed; member
2303 nAudioMix.mVoiceCommunicationCaptureAllowed); in nativeAudioMixToJavaAudioMixingRule()
2355 nAudioMix->mVoiceCommunicationCaptureAllowed = in convertAudioMixToNative()
2356 env->GetBooleanField(jRule, gAudioMixingRuleFields.mVoiceCommunicationCaptureAllowed); in convertAudioMixToNative()
3730 gAudioMixingRuleFields.mVoiceCommunicationCaptureAllowed = in register_android_media_AudioSystem()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1785 return mix.mVoiceCommunicationCaptureAllowed; }); in registerPolicyMixes()