Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiopolicy/
DAudioMixingRule.java51 boolean voiceCommunicationCaptureAllowed) { in AudioMixingRule() argument
55 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()
219 public boolean voiceCommunicationCaptureAllowed() { in voiceCommunicationCaptureAllowed() method in AudioMixingRule
454 public @NonNull Builder voiceCommunicationCaptureAllowed(boolean allowed) { in voiceCommunicationCaptureAllowed() method in AudioMixingRule.Builder
DAudioPolicyConfig.java102 dest.writeBoolean(mix.getRule().voiceCommunicationCaptureAllowed()); in writeToParcel()
136 ruleBuilder.voiceCommunicationCaptureAllowed(in.readBoolean()); in AudioPolicyConfig()
177 + mix.getRule().voiceCommunicationCaptureAllowed() + "\n"; in toLogFriendlyString()