Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dreactor.h41 class Reactable;
60 Reactable* Register(int fd, common::Closure on_read_ready, common::Closure on_write_ready);
63 void Unregister(Reactable* reactable);
72 …void ModifyRegistration(Reactable* reactable, common::Closure on_read_ready, common::Closure on_wr…
79 std::list<Reactable*> invalidation_list_;
Dalarm.h54 Reactor::Reactable* token_;
Drepeating_alarm.h54 Reactor::Reactable* token_;
Dhandler.h106 Reactor::Reactable* reactable_;
Dqueue.h98 Reactor::Reactable* reactable_;
/system/bt/gd/os/linux_generic/
Dreactor.cc44 class Reactor::Reactable { class in bluetooth::os::Reactor
46 Reactable(int fd, Closure on_read_ready, Closure on_write_ready) in Reactable() function in bluetooth::os::Reactor::Reactable
128 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run()
168 Reactor::Reactable* Reactor::Register(int fd, Closure on_read_ready, Closure on_write_ready) { in Register()
176 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register()
187 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
246 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, Closure on_read_ready, Closure on_w… in ModifyRegistration()
Dqueue.tpp41 Reactor::Reactable* to_unregister = nullptr;
71 Reactor::Reactable* to_unregister = nullptr;
Dreactor_unittest.cc133 Reactor::Reactable* reactable_ = nullptr;
160 Reactor::Reactable* reactable_ = nullptr;
/system/bt/gd/hal/
Dhci_hal_host.cc357 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;