Searched refs:mAllowPrivilegedPlaybackCapture (Results 1 – 6 of 6) sorted by relevance
54 mAllowPrivilegedPlaybackCapture = allowPrivilegedPlaybackCapture; in AudioMixingRule()209 private boolean mAllowPrivilegedPlaybackCapture = false; field in AudioMixingRule215 return mAllowPrivilegedPlaybackCapture; in allowPrivilegedPlaybackCapture()237 && this.mAllowPrivilegedPlaybackCapture == that.mAllowPrivilegedPlaybackCapture in equals()247 mAllowPrivilegedPlaybackCapture, in hashCode()315 private boolean mAllowPrivilegedPlaybackCapture = false; field in AudioMixingRule.Builder438 mAllowPrivilegedPlaybackCapture = allow; in allowPrivilegedPlaybackCapture()643 mAllowPrivilegedPlaybackCapture, mVoiceCommunicationCaptureAllowed); in build()
88 mAllowPrivilegedPlaybackCapture = parcel->readBool(); in readFromParcel()113 parcel->writeBool(mAllowPrivilegedPlaybackCapture); in writeToParcel()
123 bool mAllowPrivilegedPlaybackCapture = false; variable
149 jfieldID mAllowPrivilegedPlaybackCapture; member1949 nAudioMix->mAllowPrivilegedPlaybackCapture = in convertAudioMixToNative()1950 env->GetBooleanField(jRule, gAudioMixingRuleFields.mAllowPrivilegedPlaybackCapture); in convertAudioMixToNative()2721 gAudioMixingRuleFields.mAllowPrivilegedPlaybackCapture = in register_android_media_AudioSystem()
215 if (!mix->mAllowPrivilegedPlaybackCapture && in mixMatch()
1234 return mix.mAllowPrivilegedPlaybackCapture; }); in registerPolicyMixes()