Searched refs:mA2dp (Results 1 – 1 of 1) sorted by relevance
75 private @Nullable BluetoothA2dp mA2dp; field in BtHelper212 return (mA2dp != null && mAvrcpAbsVolSupported); in isAvrcpAbsoluteVolumeSupported()221 if (mA2dp == null) { in setAvrcpAbsoluteVolumeIndex()239 mA2dp.setAvrcpAbsoluteVolume(index); in setAvrcpAbsoluteVolumeIndex()247 if (mA2dp == null) { in getA2dpCodec()252 btCodecStatus = mA2dp.getCodecStatus(device); in getA2dpCodec()470 mA2dp = null; in onBtProfileDisconnected()501 mA2dp = (BluetoothA2dp) proxy; in onBtProfileConnected()1031 pw.println(prefix + "mA2dp: " + mA2dp); in dump()