Home
last modified time | relevance | path

Searched refs:Reactable (Results 1 – 9 of 9) 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_;
Dqueue.h95 Reactor::Reactable* reactable_;
185 Reactor::Reactable* to_unregister = nullptr; in UnregisterEnqueue()
216 Reactor::Reactable* to_unregister = nullptr; in UnregisterDequeue()
Dalarm.h55 Reactor::Reactable* token_;
Drepeating_alarm.h55 Reactor::Reactable* token_;
Dhandler.h78 Reactor::Reactable* reactable_;
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc86 class Reactor::Reactable { class in bluetooth::os::Reactor
88 Reactable(int fd, Closure on_read_ready, Closure on_write_ready) in Reactable() function in bluetooth::os::Reactor::Reactable
171 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run()
215 Reactor::Reactable* Reactor::Register(int fd, Closure on_read_ready, Closure on_write_ready) { in Register()
223 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register()
234 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration()
Dreactor_unittest.cc134 Reactor::Reactable* reactable_ = nullptr;
161 Reactor::Reactable* reactable_ = nullptr;
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc214 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
Dhci_hal_host.cc352 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;