Home
last modified time | relevance | path

Searched refs:CommandSequence (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2607 using CommandSequence = std::vector<StreamDescriptor::Command>; typedef
2610 StreamLogicDriverInvalidCommand(const CommandSequence& commands) : mCommands(commands) {} in StreamLogicDriverInvalidCommand()
2646 const CommandSequence mCommands;
3391 using TestSequence = std::pair<std::string, CommandSequence>; in SendInvalidCommandImpl()