Home
last modified time | relevance | path

Searched refs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java169 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onSetA2dpSinkConnectionState()
205 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, "onSetA2dpSinkConnectionState"); in onSetA2dpSinkConnectionState()
293 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in onBluetoothA2dpActiveDeviceChange()
306 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onBluetoothA2dpActiveDeviceChange()
315 if (AudioSystem.handleDeviceConfigChange(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address, in onBluetoothA2dpActiveDeviceChange()
467 if (deviceInfo.mDeviceType == AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP) { in disconnectA2dp()
473 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in disconnectA2dp()
548 delay = checkSendBecomingNoisyIntentInt(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in setBluetoothA2dpDeviceConnectionState()
618 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in makeA2dpDeviceAvailable()
623 DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address), in makeA2dpDeviceAvailable()
[all …]
DAudioDeviceBroker.java527 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, intState, in handleSetA2dpSinkConnectionState()
DAudioService.java5574 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, 0, in avrcpSupportsAbsoluteVolume()
/frameworks/base/media/java/android/media/
DAudioSystem.java462 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in AudioSystem
504 DEVICE_OUT_BLUETOOTH_A2DP |
526 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
711 case DEVICE_OUT_BLUETOOTH_A2DP: in getOutputDeviceName()
DAudioDeviceInfo.java358 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument
409 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in EXT_TO_INT_DEVICE_MAPPING.put() argument
DAudioManager.java1795 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"") in isBluetoothA2dpOn()
3951 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in AudioManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java432 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP | in checkRoutedToBluetoothW()