Home
last modified time | relevance | path

Searched refs:mBluetoothA2dp (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp47 if (!mBluetoothA2dp) { in getBluetoothA2dp()
48 mBluetoothA2dp = ndk::SharedRefBase::make<BluetoothA2dp>(); in getBluetoothA2dp()
50 *_aidl_return = mBluetoothA2dp.getInstance(); in getBluetoothA2dp()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h46 ChildInterface<IBluetoothA2dp> mBluetoothA2dp; variable
DStreamBluetooth.h63 const std::weak_ptr<IBluetoothA2dp> mBluetoothA2dp; variable
DModuleBluetooth.h90 ChildInterface<BluetoothA2dp> mBluetoothA2dp; variable
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp108 if (!mBluetoothA2dp) { in getBtA2dp()
111 mBluetoothA2dp = handle; in getBtA2dp()
113 return mBluetoothA2dp; in getBtA2dp()
DStreamBluetooth.cpp60 mBluetoothA2dp(std::move(std::get<ModuleBluetooth::BtInterface::BTA2DP>(btHandles))), in StreamBluetooth()
215 auto btA2dp = mBluetoothA2dp.lock(); in bluetoothParametersUpdated()