Searched defs:mA2dp (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java320 mA2dp = (BluetoothA2dp) proxy;
340 mA2dp = null;
363 private BluetoothA2dp mA2dp = null; field in class:BluetoothTestUtils
1437 if (mA2dp != null) {
1438 return mA2dp;
1463 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1466 return mA2dp;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java583 private BluetoothA2dp mA2dp; field in class:AudioService
1503 if (mA2dp != null && mAvrcpAbsVolSupported) {
1504 mA2dp.adjustAvrcpAbsoluteVolume(direction);
1783 if (mA2dp != null && mAvrcpAbsVolSupported) {
1784 mA2dp.setAvrcpAbsoluteVolume(index / 10);
3393 mA2dp = (BluetoothA2dp) proxy;
3394 deviceList = mA2dp.getConnectedDevices();
3397 int state = mA2dp.getConnectionState(btDevice);

Completed in 76 milliseconds