Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h289 Vector<Command> mCommands; variable
Dqcamera_test.cpp3162 mCommands.push_back(Command( in Interpreter()
3165 mCommands.push_back(Command( in Interpreter()
3195 mCommands.clear(); in ~Interpreter()
3212 return mCommands[mCmdIndex++]; in getCommand()