Searched refs:mBluetoothA2dp (Results 1 – 6 of 6) sorted by relevance
47 if (!mBluetoothA2dp) { in getBluetoothA2dp()48 mBluetoothA2dp = ndk::SharedRefBase::make<BluetoothA2dp>(); in getBluetoothA2dp()50 *_aidl_return = mBluetoothA2dp.getInstance(); in getBluetoothA2dp()
46 ChildInterface<IBluetoothA2dp> mBluetoothA2dp; variable
63 const std::weak_ptr<IBluetoothA2dp> mBluetoothA2dp; variable
90 ChildInterface<BluetoothA2dp> mBluetoothA2dp; variable
108 if (!mBluetoothA2dp) { in getBtA2dp()111 mBluetoothA2dp = handle; in getBtA2dp()113 return mBluetoothA2dp; in getBtA2dp()
60 mBluetoothA2dp(std::move(std::get<ModuleBluetooth::BtInterface::BTA2DP>(btHandles))), in StreamBluetooth()215 auto btA2dp = mBluetoothA2dp.lock(); in bluetoothParametersUpdated()