Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java11829 ArrayList<AudioMix> voiceCommunicationCaptureMixes = null; in isPolicyRegisterAllowed() local
11859 if (voiceCommunicationCaptureMixes == null) { in isPolicyRegisterAllowed()
11860 voiceCommunicationCaptureMixes = new ArrayList<AudioMix>(); in isPolicyRegisterAllowed()
11862 voiceCommunicationCaptureMixes.add(mix); in isPolicyRegisterAllowed()
11885 if (voiceCommunicationCaptureMixes != null && voiceCommunicationCaptureMixes.size() > 0) { in isPolicyRegisterAllowed()
11894 for (AudioMix mix : voiceCommunicationCaptureMixes) { in isPolicyRegisterAllowed()