Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java243 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in AudioSystem
270 DEVICE_OUT_BLUETOOTH_A2DP |
287 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
417 case DEVICE_OUT_BLUETOOTH_A2DP: in getOutputDeviceName()
DAudioDevice.java174 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP); in INT_TO_EXT_DEVICE_MAPPING.put() argument
218 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in EXT_TO_INT_DEVICE_MAPPING.put() argument
DAudioService.java2888 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
2983 if (mConnectedDevices.containsKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP)) {
2985 mConnectedDevices.get(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP));
3448 delay = checkSendBecomingNoisyIntent(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in setBluetoothA2dpDeviceConnectionState()
4482 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, 0, streamState, 0); in makeA2dpDeviceAvailable()
4484 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in makeA2dpDeviceAvailable()
4489 mConnectedDevices.put( new Integer(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP), in makeA2dpDeviceAvailable()
4502 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, in makeA2dpDeviceUnavailableNow()
4505 mConnectedDevices.remove(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in makeA2dpDeviceUnavailableNow()
4522 mConnectedDevices.remove(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP); in makeA2dpDeviceUnavailableLater()
[all …]
DAudioManager.java1635 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"") in isBluetoothA2dpOn()
3030 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/
DVolumePanel.java1095 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP | in onShowVolumeChanged()