Searched refs:cached_commands_ (Results 1 – 2 of 2) sorted by relevance
207 cached_commands_.push(std::move(command)); in push_command()227 if (!cached_commands_.empty()) { in resume_registered_clients()245 cached_commands_.push(std::move(command)); in prepare_to_rotate()360 ASSERT(!cached_commands_.empty()); in handle_next_command()361 auto command = std::move(cached_commands_.front()); in handle_next_command()362 cached_commands_.pop(); in handle_next_command()442 if (cached_commands_.empty()) { in OnCommandComplete()
144 std::queue<Command> cached_commands_; variable