Searched refs:DEVICE_IN_BLUETOOTH_A2DP (Results 1 – 3 of 3) sorted by relevance
440 public static final int DEVICE_IN_BLUETOOTH_A2DP = DEVICE_BIT_IN | 0x20000; field in AudioSystem463 DEVICE_IN_BLUETOOTH_A2DP |622 case DEVICE_IN_BLUETOOTH_A2DP: in getInputDeviceName()
302 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument
3276 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()