Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dreactor.h42 class Reactable;
62 Reactable* Register(int fd, common::Closure on_read_ready, common::Closure on_write_ready);
65 void Unregister(Reactable* reactable);
80 void ModifyRegistration(Reactable* reactable, ReactOn react_on);
104 std::list<Reactable*> invalidation_list_;
Drepeating_alarm.h55 Reactor::Reactable* token_;
Dalarm.h55 Reactor::Reactable* token_;
Dhandler.h107 Reactor::Reactable* reactable_;
Dqueue.h94 Reactor::Reactable* reactable_;
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc85 class Reactor::Reactable { class in bluetooth::os::Reactor
87 Reactable(int fd, Closure on_read_ready, Closure on_write_ready) in Reactable() function in bluetooth::os::Reactor::Reactable
170 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run()
214 Reactor::Reactable* Reactor::Register(int fd, Closure on_read_ready, Closure on_write_ready) { in Register()
222 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register()
233 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
292 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { 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;
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc212 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
Dhci_hal_host.cc327 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;