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.java543 private BluetoothA2dp mA2dp; field in AudioService
1245 if (mA2dp != null && mAvrcpAbsVolSupported) { in adjustStreamVolume()
1246 mA2dp.adjustAvrcpAbsoluteVolume(direction); in adjustStreamVolume()
1446 if (mA2dp != null && mAvrcpAbsVolSupported) { in setStreamVolume()
1447 mA2dp.setAvrcpAbsoluteVolume(index / 10); in setStreamVolume()
2965 mA2dp = (BluetoothA2dp) proxy;
2966 deviceList = mA2dp.getConnectedDevices();
2969 int state = mA2dp.getConnectionState(btDevice);