Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java440 public static final int DEVICE_IN_BLUETOOTH_A2DP = DEVICE_BIT_IN | 0x20000; field in AudioSystem
463 DEVICE_IN_BLUETOOTH_A2DP |
622 case DEVICE_IN_BLUETOOTH_A2DP: in getInputDeviceName()
DAudioDeviceInfo.java302 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3276 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) { in disconnectA2dpSink()
4834 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcAvailable()
4837 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address), in makeA2dpSrcAvailable()
4838 new DeviceListSpec(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, "", in makeA2dpSrcAvailable()
4844 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcUnavailable()
4847 makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address)); in makeA2dpSrcUnavailable()
4938 String key = makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address); in onSetA2dpSourceConnectionState()