Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.cpp223 class BluetoothInterfaceImpl : public BluetoothInterface { class
225 BluetoothInterfaceImpl() in BluetoothInterfaceImpl() function in bluetooth::hal::BluetoothInterfaceImpl
230 ~BluetoothInterfaceImpl() override { in ~BluetoothInterfaceImpl()
311 DISALLOW_COPY_AND_ASSIGN(BluetoothInterfaceImpl);
320 return static_cast<BluetoothInterfaceImpl*>( in GetObservers()
389 std::unique_ptr<BluetoothInterfaceImpl> impl(new BluetoothInterfaceImpl()); in Initialize()