Searched defs:Handler (Results 1 – 7 of 7) sorted by relevance
31 Handler::Handler(Thread* thread) : tasks_(new std::queue<OnceClosure>()), thread_(thread) { in Handler() function in bluetooth::os::Handler
36 class Handler; variable
43 Handler(SocketClient* c) : mClient(c) { mClient->incRef(); } in Handler() function
44 …ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService()
269 private fun Handler.waitForDelayedMessage(what: Int?, timeoutMs: Long) { in Handler() method
144 BiFunction<Handler, VmsClientCallback, VmsClient> initVmsClient, in VmsHalService()
103 #define TEST_INTEGER(Handler, str, x) \ in TEST() argument