Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java72 private @Nullable BluetoothA2dp mA2dp; field in BtHelper
198 return (mA2dp != null && mAvrcpAbsVolSupported); in isAvrcpAbsoluteVolumeSupported()
207 if (mA2dp == null) { in setAvrcpAbsoluteVolumeIndex()
224 mA2dp.setAvrcpAbsoluteVolume(index); in setAvrcpAbsoluteVolumeIndex()
228 if (mA2dp == null) { in getA2dpCodec()
231 final BluetoothCodecStatus btCodecStatus = mA2dp.getCodecStatus(device); in getA2dpCodec()
438 mA2dp = a2dp; in onA2dpProfileConnected()
439 final List<BluetoothDevice> deviceList = mA2dp.getConnectedDevices(); in onA2dpProfileConnected()
444 final @BluetoothProfile.BtProfileState int state = mA2dp.getConnectionState(btDevice); in onA2dpProfileConnected()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java320 mA2dp = (BluetoothA2dp) proxy;
340 mA2dp = null;
363 private BluetoothA2dp mA2dp = null; field in BluetoothTestUtils
1443 if (mA2dp != null) { in connectProxy()
1444 return mA2dp; in connectProxy()
1469 while (mA2dp == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) { in connectProxy()
1472 return mA2dp; in connectProxy()