Home
last modified time | relevance | path

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

/system/bt/service/
Dadapter.cpp71 class AdapterImpl : public Adapter, class
74 AdapterImpl() in AdapterImpl() function in bluetooth::AdapterImpl
86 ~AdapterImpl() override { in ~AdapterImpl()
395 DISALLOW_COPY_AND_ASSIGN(AdapterImpl);
400 return std::unique_ptr<Adapter>(new AdapterImpl()); in Create()