Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc112 static std::queue<base::Closure> command_queue; variable
404 command_queue.push(std::move(callback)); in enqueue_command()
580 while (command_credits > 0 && !command_queue.empty()) { in process_command_credits()
581 if (!hci_thread.DoInThread(FROM_HERE, std::move(command_queue.front()))) { in process_command_credits()
584 command_queue.pop(); in process_command_credits()