Searched refs:mCommands (Results 1 – 4 of 4) sorted by relevance
251 std::vector<DisplayCommand> moved = std::move(mCommands); in takePendingCommands()252 mCommands.clear(); in takePendingCommands()259 std::vector<DisplayCommand> mCommands; variable279 mCommands.emplace_back(std::move(*mDisplayCommand)); in flushDisplayCommand()308 mCommands.clear(); in reset()
288 Vector<Command> mCommands; variable
3150 mCommands.push_back(Command( in Interpreter()3153 mCommands.push_back(Command( in Interpreter()3183 mCommands.clear(); in ~Interpreter()3200 return mCommands[mCmdIndex++]; in getCommand()
2610 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()2623 bool done() override { return mNextCommand >= mCommands.size(); } in done()2626 return mCommands[mNextCommand++]; in getNextTrigger()2630 const bool isLastCommand = currentCommand == mCommands.size() - 1; in interceptRawReply()2635 std::string s = mCommands[currentCommand].toString(); in interceptRawReply()2646 const CommandSequence mCommands; member in StreamLogicDriverInvalidCommand2908 : mCommands(commands), mFrameSizeBytes(frameSizeBytes) { in StreamLogicDefaultDriver()2909 mCommands->rewind(); in StreamLogicDefaultDriver()2918 bool done() override { return mCommands->done(); } in done()2920 auto trigger = mCommands->getTrigger(); in getNextTrigger()[all …]