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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java318 mA2dp = (BluetoothA2dp) proxy;
338 mA2dp = null;
361 private BluetoothA2dp mA2dp = null; field in class:BluetoothTestUtils
1455 if (mA2dp != null) {
1456 return mA2dp;
1481 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1484 return mA2dp;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java543 private BluetoothA2dp mA2dp; field in class:AudioService
1245 if (mA2dp != null && mAvrcpAbsVolSupported) {
1246 mA2dp.adjustAvrcpAbsoluteVolume(direction);
1446 if (mA2dp != null && mAvrcpAbsVolSupported) {
1447 mA2dp.setAvrcpAbsoluteVolume(index / 10);
2965 mA2dp = (BluetoothA2dp) proxy;
2966 deviceList = mA2dp.getConnectedDevices();
2969 int state = mA2dp.getConnectionState(btDevice);

Completed in 82 milliseconds