Searched refs:Reactable (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/os/ |
D | reactor.h | 41 class Reactable; 60 Reactable* Register(int fd, common::Closure on_read_ready, common::Closure on_write_ready); 63 void Unregister(Reactable* reactable); 72 …void ModifyRegistration(Reactable* reactable, common::Closure on_read_ready, common::Closure on_wr… 79 std::list<Reactable*> invalidation_list_;
|
D | alarm.h | 54 Reactor::Reactable* token_;
|
D | repeating_alarm.h | 54 Reactor::Reactable* token_;
|
D | handler.h | 106 Reactor::Reactable* reactable_;
|
D | queue.h | 98 Reactor::Reactable* reactable_;
|
/system/bt/gd/os/linux_generic/ |
D | reactor.cc | 44 class Reactor::Reactable { class in bluetooth::os::Reactor 46 Reactable(int fd, Closure on_read_ready, Closure on_write_ready) in Reactable() function in bluetooth::os::Reactor::Reactable 128 auto* reactable = static_cast<Reactor::Reactable*>(event.data.ptr); in Run() 168 Reactor::Reactable* Reactor::Register(int fd, Closure on_read_ready, Closure on_write_ready) { in Register() 176 auto* reactable = new Reactable(fd, on_read_ready, on_write_ready); in Register() 187 void Reactor::Unregister(Reactor::Reactable* reactable) { in Unregister() 246 void Reactor::ModifyRegistration(Reactor::Reactable* reactable, Closure on_read_ready, Closure on_w… in ModifyRegistration()
|
D | queue.tpp | 41 Reactor::Reactable* to_unregister = nullptr; 71 Reactor::Reactable* to_unregister = nullptr;
|
D | reactor_unittest.cc | 133 Reactor::Reactable* reactable_ = nullptr; 160 Reactor::Reactable* reactable_ = nullptr;
|
/system/bt/gd/hal/ |
D | hci_hal_host.cc | 357 bluetooth::os::Reactor::Reactable* reactable_ = nullptr;
|