Searched refs:voiceCommunicationCaptureAllowed (Results 1 – 4 of 4) sorted by relevance
50 boolean voiceCommunicationCaptureAllowed) { in AudioMixingRule() argument54 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()222 public boolean voiceCommunicationCaptureAllowed() { in voiceCommunicationCaptureAllowed() method in AudioMixingRule466 public @NonNull Builder voiceCommunicationCaptureAllowed(boolean allowed) { in voiceCommunicationCaptureAllowed() method in AudioMixingRule.Builder
102 dest.writeBoolean(mix.getRule().voiceCommunicationCaptureAllowed()); in writeToParcel()138 ruleBuilder.voiceCommunicationCaptureAllowed(in.readBoolean()); in AudioPolicyConfig()181 + mix.getRule().voiceCommunicationCaptureAllowed() + "\n"; in toLogFriendlyString()
41 boolean voiceCommunicationCaptureAllowed;
242 legacy.mVoiceCommunicationCaptureAllowed = aidl.voiceCommunicationCaptureAllowed; in aidl2legacy_AudioMix()261 aidl.voiceCommunicationCaptureAllowed = legacy.mVoiceCommunicationCaptureAllowed; in legacy2aidl_AudioMix()