Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/test/
H A Dbta_gatt_test.cc129 tBTA_GATTC_DATA command_queue; member in BtaGattTest
132 .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 …]
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc114 static std::queue<base::Closure> command_queue; variable
408 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()