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.java318 mA2dp = (BluetoothA2dp) proxy;
338 mA2dp = null;
361 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils
1455 if (mA2dp != null) { in connectProxy()
1456 return mA2dp; in connectProxy()
1481 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()
1484 return mA2dp; in connectProxy()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java549 private BluetoothA2dp mA2dp; field in AudioService
1318 if (mA2dp != null && mAvrcpAbsVolSupported) { in adjustStreamVolume()
1319 mA2dp.adjustAvrcpAbsoluteVolume(direction); in adjustStreamVolume()
1569 if (mA2dp != null && mAvrcpAbsVolSupported) { in setStreamVolume()
1570 mA2dp.setAvrcpAbsoluteVolume(index / 10); in setStreamVolume()
3121 mA2dp = (BluetoothA2dp) proxy;
3122 deviceList = mA2dp.getConnectedDevices();
3125 int state = mA2dp.getConnectionState(btDevice);