Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor_unittest.cc192 auto* reactable = reactor_->Register( in TEST_F() local
200 auto* reactable = reactor_->Register( in TEST_F() local
218 auto* reactable = reactor_->Register( in TEST_F() local
231 auto* reactable = reactor_->Register( in TEST_F() local
249 auto* reactable = reactor_->Register( in TEST_F() local
268 auto* reactable = reactor_->Register( in TEST_F() local
287 auto* reactable = reactor_->Register( in TEST_F() local
307 auto* reactable = reactor_->Register( in TEST_F() local
328 auto* reactable = reactor_->Register( in TEST_F() local
404 auto* reactable = reactor_->Register( in TEST_F() local
[all …]
Dreactor.cc171 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run() local
223 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register() local
234 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration()
Dthread_unittest.cc88 auto* reactable = reactor->Register( in TEST_F() local