Home
last modified time | relevance | path

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

/system/bt/service/
Ddaemon.cc36 class DaemonImpl : public Daemon { class
38 DaemonImpl() : initialized_(false) {} in DaemonImpl() function in bluetooth::__anon2ccc83600111::DaemonImpl
40 ~DaemonImpl() override { in ~DaemonImpl()
132 DISALLOW_COPY_AND_ASSIGN(DaemonImpl);
141 g_daemon = new DaemonImpl(); in Initialize()