Searched refs:pending_requests_ (Results 1 – 2 of 2) sorted by relevance
78 while (pending_requests_.size() > EmulatedSensor::kPipelineDepth) { in ProcessPipelineRequests()111 pending_requests_.push( in ProcessPipelineRequests()204 while (!pending_requests_.empty()) { in Flush()205 const auto& request = pending_requests_.front(); in Flush()207 pending_requests_.pop(); in Flush()417 if (!pending_requests_.empty()) { in RequestProcessorLoop()419 const auto& request = pending_requests_.front(); in RequestProcessorLoop()483 pending_requests_.pop(); in RequestProcessorLoop()
101 std::queue<PendingRequest> pending_requests_; variable