Home
last modified time | relevance | path

Searched refs:GetReactor (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/os/linux_generic/
Dhandler.cc39 reactable_ = thread_->GetReactor()->Register(fd_, [this] { this->handle_next_event(); }, nullptr); in Handler()
43 thread_->GetReactor()->Unregister(reactable_); in ~Handler()
Dalarm.cc40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in Alarm()
44 thread_->GetReactor()->Unregister(token_); in ~Alarm()
Drepeating_alarm.cc40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in RepeatingAlarm()
44 thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
Dthread.cc72 Reactor* Thread::GetReactor() const { in GetReactor() function in bluetooth::os::Thread
Dthread_unittest.cc85 Reactor* reactor = thread->GetReactor(); in TEST_F()
/system/bt/gd/os/
Dthread.h64 Reactor* GetReactor() const;