Searched refs:mA2dp (Results 1 – 1 of 1) sorted by relevance
100 private @Nullable BluetoothA2dp mA2dp = null; field in BtHelper255 if (mA2dp == null) { in setAvrcpAbsoluteVolumeIndex()273 mA2dp.setAvrcpAbsoluteVolume(index); in setAvrcpAbsoluteVolumeIndex()285 if (mA2dp == null) { in getCodec()291 btCodecStatus = mA2dp.getCodecStatus(device); in getCodec()593 mA2dp = null; in onBtProfileDisconnected()662 if (((BluetoothA2dp) proxy).equals(mA2dp)) { in onBtProfileConnected()665 mA2dp = (BluetoothA2dp) proxy; in onBtProfileConnected()770 return mA2dp != null; in isProfilePoxyConnected()1396 pw.println(prefix + "mA2dp: " + mA2dp); in dump()