Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.cc196 class AdapterImpl : public Adapter, public hal::BluetoothInterface::Observer { class
198 AdapterImpl() in AdapterImpl() function in bluetooth::AdapterImpl
216 ~AdapterImpl() override { in ~AdapterImpl()
801 DISALLOW_COPY_AND_ASSIGN(AdapterImpl);
806 return std::unique_ptr<Adapter>(new AdapterImpl()); in Create()