Searched refs:DEVICE_IN_BLUETOOTH_A2DP (Results 1 – 3 of 3) sorted by relevance
226 AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address); in onSetA2dpSourceConnectionState()489 if (deviceInfo.mDeviceType == AudioSystem.DEVICE_IN_BLUETOOTH_A2DP) { in disconnectA2dpSink()671 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcAvailable()675 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address), in makeA2dpSrcAvailable()676 new DeviceInfo(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, "", in makeA2dpSrcAvailable()682 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, in makeA2dpSrcUnavailable()686 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, address)); in makeA2dpSrcUnavailable()
768 public static final int DEVICE_IN_BLUETOOTH_A2DP = DEVICE_BIT_IN | 0x20000; field in AudioSystem814 DEVICE_IN_ALL_SET.add(DEVICE_IN_BLUETOOTH_A2DP);1015 case DEVICE_IN_BLUETOOTH_A2DP: in getInputDeviceName()
466 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument