Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java506 return device.isSink() && isValidCommunicationDeviceType(device.getType()); in isValidCommunicationDevice()
509 private static boolean isValidCommunicationDeviceType(int deviceType) { in isValidCommunicationDeviceType() method in AudioDeviceBroker
520 if (!isValidCommunicationDeviceType( in postCheckCommunicationDeviceRemoval()
/frameworks/base/services/
Dart-wear-profile8021 PLcom/android/server/audio/AudioDeviceBroker;->isValidCommunicationDeviceType(I)Z