Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiopolicy/
DAudioMixingRule.java50 boolean voiceCommunicationCaptureAllowed) { in AudioMixingRule() argument
54 mVoiceCommunicationCaptureAllowed = voiceCommunicationCaptureAllowed; in AudioMixingRule()
222 public boolean voiceCommunicationCaptureAllowed() { in voiceCommunicationCaptureAllowed() method in AudioMixingRule
466 public @NonNull Builder voiceCommunicationCaptureAllowed(boolean allowed) { in voiceCommunicationCaptureAllowed() method in AudioMixingRule.Builder
DAudioPolicyConfig.java102 dest.writeBoolean(mix.getRule().voiceCommunicationCaptureAllowed()); in writeToParcel()
138 ruleBuilder.voiceCommunicationCaptureAllowed(in.readBoolean()); in AudioPolicyConfig()
181 + mix.getRule().voiceCommunicationCaptureAllowed() + "\n"; in toLogFriendlyString()
/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioMix.aidl41 boolean voiceCommunicationCaptureAllowed;
/frameworks/av/media/libaudioclient/
DPolicyAidlConversion.cpp242 legacy.mVoiceCommunicationCaptureAllowed = aidl.voiceCommunicationCaptureAllowed; in aidl2legacy_AudioMix()
261 aidl.voiceCommunicationCaptureAllowed = legacy.mVoiceCommunicationCaptureAllowed; in legacy2aidl_AudioMix()