Home
last modified time | relevance | path

Searched defs:reactable (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/os/linux_generic/
Dreactor_unittest.cc191 auto* reactable = reactor_->Register( in TEST_F() local
199 auto* reactable = reactor_->Register( in TEST_F() local
217 auto* reactable = reactor_->Register( in TEST_F() local
230 auto* reactable = reactor_->Register( in TEST_F() local
248 auto* reactable = reactor_->Register( in TEST_F() local
267 auto* reactable = reactor_->Register( in TEST_F() local
286 auto* reactable = reactor_->Register( in TEST_F() local
306 auto* reactable = reactor_->Register( in TEST_F() local
327 auto* reactable = reactor_->Register( in TEST_F() local
403 auto* reactable = reactor_->Register( in TEST_F() local
[all …]
Dreactor.cc128 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run() local
175 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register() local
186 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
245 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, Closure on_read_ready, Closure on_w… in ModifyRegistration()
Dthread_unittest.cc88 auto* reactable = reactor->Register( in TEST_F() local