Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_layer.cc107 static MessageLoopThread hci_thread("bt_hci_thread"); variable
230 hci_thread.StartUp(); in hci_module_start_up()
231 if (!hci_thread.IsRunning()) { in hci_module_start_up()
235 if (!hci_thread.EnableRealTimeScheduling()) { in hci_module_start_up()
255 hci_thread.DoInThread(FROM_HERE, base::Bind(&hci_initialize)); in hci_module_start_up()
278 hci_thread.ShutDown(); in hci_module_shut_down()
400 if (!hci_thread.DoInThread(FROM_HERE, std::move(callback))) { in enqueue_command()
427 if (!hci_thread.DoInThread(FROM_HERE, in enqueue_packet()
582 if (!hci_thread.IsRunning()) { in process_command_credits()
637 if (!hci_thread.IsRunning() || in handle_root_inflammation_event()
[all …]