Searched refs:Reactable (Results 1 – 9 of 9) sorted by relevance
| /packages/modules/Bluetooth/system/gd/os/ |
| D | reactor.h | 42 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_;
|
| D | queue.h | 95 Reactor::Reactable* reactable_; 185 Reactor::Reactable* to_unregister = nullptr; in UnregisterEnqueue() 216 Reactor::Reactable* to_unregister = nullptr; in UnregisterDequeue()
|
| D | alarm.h | 55 Reactor::Reactable* token_;
|
| D | repeating_alarm.h | 55 Reactor::Reactable* token_;
|
| D | handler.h | 78 Reactor::Reactable* reactable_;
|
| /packages/modules/Bluetooth/system/gd/os/linux_generic/ |
| D | reactor.cc | 86 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()
|
| D | reactor_unittest.cc | 134 Reactor::Reactable* reactable_ = nullptr; 161 Reactor::Reactable* reactable_ = nullptr;
|
| /packages/modules/Bluetooth/system/gd/hal/ |
| D | hci_hal_host_rootcanal.cc | 214 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
|
| D | hci_hal_host.cc | 352 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
|