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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java474 public static final int DEVICE_IN_BLUETOOTH_A2DP = DEVICE_BIT_IN | 0x20000; field in class:AudioSystem
499 DEVICE_IN_BLUETOOTH_A2DP |
680 case DEVICE_IN_BLUETOOTH_A2DP:
H A DAudioDeviceInfo.java392 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3956 // Disconnect ALL DEVICE_IN_BLUETOOTH_A2DP devices
3959 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) {
5873 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP,
5876 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address),
5877 new DeviceListSpec(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, "",
5883 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP,
5886 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address));
6012 final String key = makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address);

Completed in 309 milliseconds