Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp57 if (!mBluetoothLe) { in getBluetoothLe()
58 mBluetoothLe = ndk::SharedRefBase::make<BluetoothLe>(); in getBluetoothLe()
60 *_aidl_return = mBluetoothLe.getInstance(); in getBluetoothLe()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h47 ChildInterface<IBluetoothLe> mBluetoothLe; variable
DStreamBluetooth.h64 const std::weak_ptr<IBluetoothLe> mBluetoothLe; variable
DModuleBluetooth.h91 ChildInterface<BluetoothLe> mBluetoothLe; variable
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp117 if (!mBluetoothLe) { in getBtLe()
120 mBluetoothLe = handle; in getBtLe()
122 return mBluetoothLe; in getBtLe()
DStreamBluetooth.cpp61 mBluetoothLe(std::move(std::get<ModuleBluetooth::BtInterface::BTLE>(btHandles))), in StreamBluetooth()
218 auto btLe = mBluetoothLe.lock(); in bluetoothParametersUpdated()