Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/
Dreactor.h42 class Reactable;
64 Reactable* Register(int fd, common::Closure on_read_ready, common::Closure on_write_ready);
67 void Unregister(Reactable* reactable);
82 void ModifyRegistration(Reactable* reactable, ReactOn react_on);
106 std::list<Reactable*> invalidation_list_;
Dqueue.h113 Reactor::Reactable* reactable_;
203 Reactor::Reactable* to_unregister = nullptr; in UnregisterEnqueue()
234 Reactor::Reactable* to_unregister = nullptr; in UnregisterDequeue()
Drepeating_alarm.h55 Reactor::Reactable* token_;
Dalarm.h59 Reactor::Reactable* token_;
Dhandler.h78 Reactor::Reactable* reactable_;
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc82 class Reactor::Reactable { class in bluetooth::os::Reactor
84 Reactable(int fd, Closure on_read_ready, Closure on_write_ready) in Reactable() function in bluetooth::os::Reactor::Reactable
167 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run()
213 Reactor::Reactable* Reactor::Register(int fd, Closure on_read_ready, Closure on_write_ready) { in Register()
221 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register()
232 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister()
293 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, ReactOn react_on) { in ModifyRegistration()
Dreactor_unittest.cc122 Reactor::Reactable* reactable_ = nullptr;
145 Reactor::Reactable* reactable_ = nullptr;
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc217 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
Dhci_hal_host.cc394 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;