Home
last modified time | relevance | path

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

/system/bt/service/test/
Dmock_daemon.h33 MOCK_METHOD0(StartMainLoop, void());
/system/bt/service/
Ddaemon.h61 virtual void StartMainLoop() = 0;
Dmain.cc73 bluetooth::Daemon::Get()->StartMainLoop(); in main()
Ddaemon.cc50 void StartMainLoop() override { base::RunLoop().Run(); } in StartMainLoop() function in bluetooth::__anon2ccc83600111::DaemonImpl