Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java227 AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address); in onSetA2dpSourceConnectionState()
487 if (deviceInfo.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) { in disconnectA2dpSink()
667 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcAvailable()
671 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address), in makeA2dpSrcAvailable()
672 new DeviceInfo(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, "", in makeA2dpSrcAvailable()
678 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcUnavailable()
682 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address)); in makeA2dpSrcUnavailable()
/frameworks/base/media/java/android/media/
DAudioSystem.java577 public static final int DEVICE_IN_BLUETOOTH_A2DP = DEVICE_BIT_IN | 0x20000; field in AudioSystem
606 DEVICE_IN_BLUETOOTH_A2DP |
796 case DEVICE_IN_BLUETOOTH_A2DP: in getInputDeviceName()
DAudioDeviceInfo.java392 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument