Searched refs:mVoiceCommunicationCaptureAllowed (Results 1 – 7 of 7) sorted by relevance
64 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()319 private boolean mVoiceCommunicationCaptureAllowed = false; field in AudioMixingRule328 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.Builder594 mVoiceCommunicationCaptureAllowed = allowed; in voiceCommunicationCaptureAllowed()735 mVoiceCommunicationCaptureAllowed); in build()[all …]
97 mVoiceCommunicationCaptureAllowed = parcel->readBool(); in readFromParcel()123 parcel->writeBool(mVoiceCommunicationCaptureAllowed); in writeToParcel()
244 legacy.mVoiceCommunicationCaptureAllowed = aidl.voiceCommunicationCaptureAllowed; in aidl2legacy_AudioMix()269 aidl.voiceCommunicationCaptureAllowed = legacy.mVoiceCommunicationCaptureAllowed; in legacy2aidl_AudioMix()
136 bool mVoiceCommunicationCaptureAllowed = false; variable
444 if (!mix->mVoiceCommunicationCaptureAllowed) { in mixMatch()
189 jfieldID mVoiceCommunicationCaptureAllowed; member2303 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()
1785 return mix.mVoiceCommunicationCaptureAllowed; }); in registerPolicyMixes()