Searched refs:mA2dp (Results 1 – 2 of 2) sorted by relevance
318 mA2dp = (BluetoothA2dp) proxy;338 mA2dp = null;361 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils1455 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()
543 private BluetoothA2dp mA2dp; field in AudioService1245 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);