Searched refs:CommandSequence (Results 1 – 1 of 1) sorted by relevance
2607 using CommandSequence = std::vector<StreamDescriptor::Command>; typedef2610 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()2646 const CommandSequence mCommands;3391 using TestSequence = std::pair<std::string, CommandSequence>; in SendInvalidCommandImpl()