Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.cc73 class AdapterImpl : public Adapter, public hal::BluetoothInterface::Observer { class
75 AdapterImpl() in AdapterImpl() function in bluetooth::AdapterImpl
89 ~AdapterImpl() override { in ~AdapterImpl()
409 DISALLOW_COPY_AND_ASSIGN(AdapterImpl);
414 return std::unique_ptr<Adapter>(new AdapterImpl()); in Create()