Searched refs:Reactable (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/ |
D | reactor.h | 42 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_;
|
D | queue.h | 113 Reactor::Reactable* reactable_; 203 Reactor::Reactable* to_unregister = nullptr; in UnregisterEnqueue() 234 Reactor::Reactable* to_unregister = nullptr; in UnregisterDequeue()
|
D | repeating_alarm.h | 55 Reactor::Reactable* token_;
|
D | alarm.h | 59 Reactor::Reactable* token_;
|
D | handler.h | 78 Reactor::Reactable* reactable_;
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | reactor.cc | 82 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()
|
D | reactor_unittest.cc | 122 Reactor::Reactable* reactable_ = nullptr; 145 Reactor::Reactable* reactable_ = nullptr;
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_hal_host_rootcanal.cc | 217 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
|
D | hci_hal_host.cc | 394 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
|