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

/frameworks/base/media/java/android/media/
H A DAudioSystem.java304 public static final int DEVICE_OUT_BLUETOOTH_A2DP = 0x80; field in class:AudioSystem
332 DEVICE_OUT_BLUETOOTH_A2DP |
350 public static final int DEVICE_OUT_ALL_A2DP = (DEVICE_OUT_BLUETOOTH_A2DP |
484 case DEVICE_OUT_BLUETOOTH_A2DP:
H A DAudioDeviceInfo.java266 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, TYPE_BLUETOOTH_A2DP);
312 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_BLUETOOTH_A2DP, AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP);
H A DAudioManager.java1509 if (AudioSystem.getDeviceConnectionState(DEVICE_OUT_BLUETOOTH_A2DP,"")
2905 public static final int DEVICE_OUT_BLUETOOTH_A2DP = AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP; field in class:AudioManager
3084 * {@link #DEVICE_OUT_BLUETOOTH_A2DP},
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2946 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
3041 // Disconnect ALL DEVICE_OUT_BLUETOOTH_A2DP devices
3044 if (deviceSpec.mDeviceType == AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP) {
3051 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
3602 delay = checkSendBecomingNoisyIntent(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
4511 AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, 0, streamState, 0);
4513 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
4518 makeDeviceListKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, address),
4519 new DeviceListSpec(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP, name,
4532 AudioSystem.setDeviceConnectionState(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP,
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java279 (AudioManager.DEVICE_OUT_BLUETOOTH_A2DP |

Completed in 335 milliseconds