Searched refs:command_queue_ (Results 1 – 7 of 7) sorted by relevance
69 command_queue_.push(std::move(command_queue_entry)); in EnqueueCommand()76 command_queue_.push(std::move(command_queue_entry)); in EnqueueCommand()80 EXPECT_FALSE(command_queue_.empty()); in GetLastCommand()81 auto last = std::move(command_queue_.front()); in GetLastCommand()82 command_queue_.pop(); in GetLastCommand()109 std::queue<std::unique_ptr<CommandQueueEntry>> command_queue_; variable
108 command_queue_.clear(); in ~impl()133 command_queue_.emplace_back(move(command), move(on_response)); in enqueue_command()175 command_queue_.front().GetCallback<TResponse>()->Invoke(move(response_view)); in handle_command_response()176 command_queue_.pop_front(); in handle_command_response()189 LOG_ERROR("Flushing %zd waiting commands", command_queue_.size()); in on_hci_timeout()191 command_queue_.clear(); in on_hci_timeout()217 if (command_queue_.size() == 0) { in send_next_command()222 command_queue_.front().command->Serialize(bi); in send_next_command()228 command_queue_.front().command_view = std::make_unique<CommandView>(std::move(cmd_view)); in send_next_command()230 …log_classic_pairing_command_status(command_queue_.front().command_view, ErrorCode::STATUS_UNKNOWN); in send_next_command()[all …]
191 command_queue_.push(command); in HandleCommand()237 while (command_queue_.size() == 0) { in GetCommand()242 EXPECT_TRUE(command_queue_.size() > 0); in GetCommand()243 if (command_queue_.empty()) { in GetCommand()246 CommandView command = command_queue_.front(); in GetCommand()248 command_queue_.pop(); in GetCommand()265 std::queue<CommandView> command_queue_; member in bluetooth::hci::__anonebd7b0380110::TestHciLayer
50 command_queue_.push(std::move(command)); in EnqueueCommand()65 if (command_queue_.size() == 0) { in GetLastCommand()68 auto last = std::move(command_queue_.front()); in GetLastCommand()69 command_queue_.pop(); in GetLastCommand()74 if (!command_queue_.empty()) { in GetCommand()86 …!command_queue_.empty(), "Expecting command %s but command queue was empty", OpCodeText(op_code).c… in GetCommand()113 std::queue<std::unique_ptr<CommandBuilder>> command_queue_; member in bluetooth::hci::TestHciLayer
74 command_queue_.push(std::move(command)); in EnqueueCommand()85 command_queue_.push(std::move(command)); in EnqueueCommand()100 if (command_queue_.empty()) { in GetLastCommand()103 auto last = std::move(command_queue_.front()); in GetLastCommand()104 command_queue_.pop(); in GetLastCommand()184 std::queue<std::unique_ptr<CommandBuilder>> command_queue_; member in bluetooth::hci::__anon7570eaef0110::TestHciLayer
88 command_queue_.push_back(packet_view); in EnqueueCommand()95 command_promise_->set_value(command_queue_.size()); in EnqueueCommand()106 command_queue_.push_back(packet_view); in EnqueueCommand()117 command_promise_->set_value(command_queue_.size()); in EnqueueCommand()145 if (!command_queue_.empty()) { in GetCommand()156 …!command_queue_.empty(), "Expecting command %s but command queue was empty", OpCodeText(op_code).c… in GetCommand()158 CommandView command_packet_view = CommandView::Create(command_queue_.front()); in GetCommand()159 command_queue_.pop_front(); in GetCommand()224 std::list<CommandView> command_queue_; member in bluetooth::hci::__anon370d2e9e0110::TestHciLayer
126 command_queue_.push(std::move(command)); in EnqueueCommand()137 command_queue_.push(std::move(command)); in EnqueueCommand()152 if (command_queue_.size() == 0) { in GetLastCommand()155 auto last = std::move(command_queue_.front()); in GetLastCommand()156 command_queue_.pop(); in GetLastCommand()165 if (command_queue_.empty()) { in GetCommand()179 if (!command_queue_.empty() && command_future_ != nullptr) { in GetLastCommand()186 if (command_queue_.empty()) { in GetLastCommand()306 std::queue<std::unique_ptr<CommandBuilder>> command_queue_; member in bluetooth::hci::acl_manager::__anon487aedde0110::TestHciLayer