Lines Matching refs:hci_thread
107 static MessageLoopThread hci_thread("bt_hci_thread"); variable
157 hci_thread.DoInThread(FROM_HERE, base::Bind(&event_finish_startup, nullptr)); in initialization_complete()
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()
571 hci_thread.GetWeakPtr(), FROM_HERE, base::Bind(hci_timeout_abort), in command_timed_out()
582 if (!hci_thread.IsRunning()) { in process_command_credits()
591 if (!hci_thread.DoInThread(FROM_HERE, std::move(command_queue.front()))) { in process_command_credits()
637 if (!hci_thread.IsRunning() || in handle_root_inflammation_event()
639 hci_thread.GetWeakPtr(), FROM_HERE, in handle_root_inflammation_event()