Searched refs:DEVICE_OUT_BLUETOOTH_A2DP (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 325 final String key = DeviceInfo.makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onSetA2dpSinkConnectionState() 346 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, "onSetA2dpSinkConnectionState"); in onSetA2dpSinkConnectionState() 460 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address); in onBluetoothA2dpActiveDeviceChange() 480 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in onBluetoothA2dpActiveDeviceChange() 490 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address, in onBluetoothA2dpActiveDeviceChange() 796 if (deviceInfo.mDeviceType == AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP) { in disconnectA2dp() 804 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in disconnectA2dp() 888 delay = checkSendBecomingNoisyIntentInt(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in setBluetoothA2dpDeviceConnectionState() 961 final int res = mAudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in makeA2dpDeviceAvailable() 980 final DeviceInfo di = new DeviceInfo(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, name, in makeA2dpDeviceAvailable() [all …]
|
D | AudioService.java | 6184 if (audioSystemDeviceOut == AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP in getDeviceVolumeBehavior() 7750 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, 0, in setAvrcpAbsoluteVolumeSupported()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | AudioDeviceBrokerTest.java | 205 .thenReturn(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in doTestConnectionDisconnectionReconnection() 255 ArgumentMatchers.eq(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP), in checkSingleSystemConnection()
|
/frameworks/base/media/java/android/media/ |
D | AudioSystem.java | 884 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in AudioSystem 980 DEVICE_OUT_ALL_SET.add(DEVICE_OUT_BLUETOOTH_A2DP); 1008 DEVICE_OUT_ALL_A2DP_SET.add(DEVICE_OUT_BLUETOOTH_A2DP); 1267 case DEVICE_OUT_BLUETOOTH_A2DP: in getOutputDeviceName()
|
D | AudioDeviceInfo.java | 606 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument 665 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in EXT_TO_INT_DEVICE_MAPPING.put() argument
|
D | AudioManager.java | 2675 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"") in isBluetoothA2dpOn() 5291 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in AudioManager
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothRouteProvider.java | 239 } else if ((devices & (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP in updateVolumeForDevices()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 467 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP | in checkRoutedToBluetoothW()
|