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