Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java12516 ArrayList<AudioMix> voiceCommunicationCaptureMixes = null; in isPolicyRegisterAllowed() local
12546 if (voiceCommunicationCaptureMixes == null) { in isPolicyRegisterAllowed()
12547 voiceCommunicationCaptureMixes = new ArrayList<AudioMix>(); in isPolicyRegisterAllowed()
12549 voiceCommunicationCaptureMixes.add(mix); in isPolicyRegisterAllowed()
12572 if (voiceCommunicationCaptureMixes != null && voiceCommunicationCaptureMixes.size() > 0) { in isPolicyRegisterAllowed()
12581 for (AudioMix mix : voiceCommunicationCaptureMixes) { in isPolicyRegisterAllowed()