Searched refs:command_queue (Results 1 – 2 of 2) sorted by relevance
129 tBTA_GATTC_DATA command_queue; member in BtaGattTest132 .p_q_cmd = &command_queue,140 command_queue = { in TEST_F()153 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()175 command_queue = { in TEST_F()188 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()208 command_queue = { in TEST_F()220 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()240 command_queue = { in TEST_F()250 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()[all …]
114 static std::queue<base::Closure> command_queue; variable408 command_queue.push(std::move(callback)); in enqueue_command()590 while (command_credits > 0 && !command_queue.empty()) { in process_command_credits()591 if (!hci_thread.DoInThread(FROM_HERE, std::move(command_queue.front()))) { in process_command_credits()594 command_queue.pop(); in process_command_credits()