Home
last modified time | relevance | path

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

/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc240 class BluetoothInterfaceImpl : public BluetoothInterface { class
242 BluetoothInterfaceImpl() : hal_iface_(nullptr) {} in BluetoothInterfaceImpl() function in bluetooth::hal::BluetoothInterfaceImpl
244 ~BluetoothInterfaceImpl() override { in ~BluetoothInterfaceImpl()
306 DISALLOW_COPY_AND_ASSIGN(BluetoothInterfaceImpl);
315 return static_cast<BluetoothInterfaceImpl*>(g_bluetooth_interface) in GetObservers()
386 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize()