Searched refs:mA2dp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java316 mA2dp = (BluetoothA2dp) proxy;
336 mA2dp = null;
359 private BluetoothA2dp mA2dp = null; field in class:BluetoothTestUtils
1442 if (mA2dp != null) {
1443 return mA2dp;
1468 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1471 return mA2dp;
/frameworks/base/media/java/android/media/
H A DAudioService.java452 private BluetoothA2dp mA2dp; field in class:AudioService
907 if (mA2dp != null && mAvrcpAbsVolSupported) {
908 mA2dp.adjustAvrcpAbsoluteVolume(direction);
1021 if (mA2dp != null && mAvrcpAbsVolSupported) {
1022 mA2dp.setAvrcpAbsoluteVolume(index);
2312 mA2dp = (BluetoothA2dp) proxy;
2313 deviceList = mA2dp.getConnectedDevices();
2317 int state = mA2dp.getConnectionState(btDevice);
2390 mA2dp = null;

Completed in 112 milliseconds