Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMixingRule.java61 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()
268 private boolean mVoiceCommunicationCaptureAllowed = false; field in AudioMixingRule
277 return mVoiceCommunicationCaptureAllowed; in voiceCommunicationCaptureAllowed()
282 mVoiceCommunicationCaptureAllowed = allowed; in setVoiceCommunicationCaptureAllowed()
313 && (this.mVoiceCommunicationCaptureAllowed in equals()
314 == that.mVoiceCommunicationCaptureAllowed); in equals()
323 mVoiceCommunicationCaptureAllowed); in hashCode()
403 private boolean mVoiceCommunicationCaptureAllowed = false; field in AudioMixingRule.Builder
543 mVoiceCommunicationCaptureAllowed = allowed; in voiceCommunicationCaptureAllowed()
717 mVoiceCommunicationCaptureAllowed); in build()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp164 jfieldID mVoiceCommunicationCaptureAllowed; member
2227 nAudioMix->mVoiceCommunicationCaptureAllowed = in convertAudioMixToNative()
2228 env->GetBooleanField(jRule, gAudioMixingRuleFields.mVoiceCommunicationCaptureAllowed); in convertAudioMixToNative()
3576 gAudioMixingRuleFields.mVoiceCommunicationCaptureAllowed = in register_android_media_AudioSystem()