Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java320 mA2dp = (BluetoothA2dp) proxy;
340 mA2dp = null;
363 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils
1437 if (mA2dp != null) { in connectProxy()
1438 return mA2dp; in connectProxy()
1463 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()
1466 return mA2dp; in connectProxy()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java624 private BluetoothA2dp mA2dp; field in AudioService
1743 if (mA2dp != null && mAvrcpAbsVolSupported) { in adjustStreamVolume()
1744 mA2dp.setAvrcpAbsoluteVolume(newIndex / 10); in adjustStreamVolume()
1993 if (mA2dp != null && mAvrcpAbsVolSupported) { in setStreamVolume()
1994 mA2dp.setAvrcpAbsoluteVolume(index / 10); in setStreamVolume()
3796 mA2dp = (BluetoothA2dp) proxy;
3797 deviceList = mA2dp.getConnectedDevices();
3800 int state = mA2dp.getConnectionState(btDevice);