/packages/modules/Bluetooth/system/gd/os/ |
D | handler.cc | 31 event_ = thread_->GetReactor()->NewEvent(); in Handler() 32 reactable_ = thread_->GetReactor()->Register( in Handler() 67 thread_->GetReactor()->Unregister(reactable_); in Clear() 74 thread_->GetReactor()->WaitForUnregisteredReactable(timeout), in WaitUntilStopped()
|
D | queue.h | 176 enqueue_.reactable_ = enqueue_.handler_->thread_->GetReactor()->Register( in RegisterEnqueue() 191 reactor = enqueue_.handler_->thread_->GetReactor(); in UnregisterEnqueue() 209 dequeue_.reactable_ = dequeue_.handler_->thread_->GetReactor()->Register( in RegisterDequeue() 222 reactor = dequeue_.handler_->thread_->GetReactor(); in UnregisterDequeue()
|
D | thread.h | 65 Reactor* GetReactor() const;
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_hal_host_rootcanal.cc | 172 reactable_ = hci_incoming_thread_.GetReactor()->Register( in Start() 176 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in Start() 185 hci_incoming_thread_.GetReactor()->Unregister(reactable_); in Stop() 188 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop() 222 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_WRITE… in write_to_fd() 236 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in send_packet_ready()
|
D | hci_hal_host.cc | 309 reactable_ = hci_incoming_thread_.GetReactor()->Register( in Start() 313 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in Start() 323 hci_incoming_thread_.GetReactor()->Unregister(reactable_); in Stop() 326 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop() 361 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_WRITE… in write_to_fd() 375 …hci_incoming_thread_.GetReactor()->ModifyRegistration(reactable_, os::Reactor::REACT_ON_READ_ONLY); in send_packet_ready()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | repeating_alarm.cc | 43 token_ = handler_->thread_->GetReactor()->Register( in RepeatingAlarm() 48 handler_->thread_->GetReactor()->Unregister(token_); in ~RepeatingAlarm()
|
D | alarm.cc | 44 token_ = handler_->thread_->GetReactor()->Register( in Alarm() 49 handler_->thread_->GetReactor()->Unregister(token_); in ~Alarm()
|
D | thread.cc | 74 Reactor* Thread::GetReactor() const { in GetReactor() function in bluetooth::os::Thread
|
D | thread_unittest.cc | 86 Reactor* reactor = thread->GetReactor(); in TEST_F()
|
D | queue_unittest.cc | 70 enqueue_thread_->GetReactor()->WaitForIdle(2s), in sync_enqueue_handler()
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module_test.cc | 133 test_registry_.GetTestThread().GetReactor()->WaitForIdle(std::chrono::seconds(2)); in WaitForReactorIdle() 138 return test_registry_.GetTestThread().GetReactor()->WaitForIdle(std::chrono::seconds(2)); in WaitForReactorIdle()
|
/packages/modules/Bluetooth/system/gd/ |
D | module.h | 230 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 533 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F() 558 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
|
D | hci_layer_unittest.cc | 115 fake_registry_.GetTestThread().GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_periodic_sync_manager_test.cc | 163 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_scanning_manager_test.cc | 319 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | acl_manager_test.cc | 171 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | le_advertising_manager_test.cc | 235 thread_.GetReactor()->WaitForIdle(2s), in sync_client_handler()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection_test.cc | 200 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | classic_impl_test.cc | 208 thread_->GetReactor()->WaitForIdle(2s); in sync_handler()
|
D | classic_acl_connection_test.cc | 265 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | round_robin_scheduler_test.cc | 102 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_impl_test.cc | 348 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|