Home
last modified time | relevance | path

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

/system/bt/service/
Ddaemon.cpp36 class DaemonImpl : public Daemon { class
38 DaemonImpl() : initialized_(false) { in DaemonImpl() function in bluetooth::__anonc65cf17d0111::DaemonImpl
41 ~DaemonImpl() override { in ~DaemonImpl()
140 DISALLOW_COPY_AND_ASSIGN(DaemonImpl);
149 g_daemon = new DaemonImpl(); in Initialize()