Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dhandler.cc41 reactable_ = thread_->GetReactor()->Register( in Handler()
83 thread_->GetReactor()->Unregister(reactable_); in Clear()
89 ASSERT(thread_->GetReactor()->WaitForUnregisteredReactable(timeout)); in WaitUntilStopped()
Drepeating_alarm.cc42 token_ = handler_->thread_->GetReactor()->Register( in RepeatingAlarm()
47 handler_->thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
Dalarm.cc43 token_ = handler_->thread_->GetReactor()->Register( in Alarm()
48 handler_->thread_->GetReactor()->Unregister(token_); in ~Alarm()
Dqueue.tpp32 enqueue_.reactable_ = enqueue_.handler_->thread_->GetReactor()->Register(
46 reactor = enqueue_.handler_->thread_->GetReactor();
64 dequeue_.reactable_ = dequeue_.handler_->thread_->GetReactor()->Register(
76 reactor = dequeue_.handler_->thread_->GetReactor();
Dthread.cc71 Reactor* Thread::GetReactor() const { in GetReactor() function in bluetooth::os::Thread
Dthread_unittest.cc86 Reactor* reactor = thread->GetReactor(); in TEST_F()
/system/bt/gd/os/
Dthread.h64 Reactor* GetReactor() const;
/system/bt/gd/hal/
Dhci_hal_host.cc318 reactable_ = hci_incoming_thread_.GetReactor()->Register( in Start()
328 hci_incoming_thread_.GetReactor()->Unregister(reactable_); in Stop()
331 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop()
365 hci_incoming_thread_.GetReactor()->ModifyRegistration( in write_to_fd()
381 this->hci_incoming_thread_.GetReactor()->ModifyRegistration( in send_packet_ready()
/system/bt/gd/
Dmodule.h229 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()