Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h230 enum Commands_e { enum
254 Command( Commands_e cmd_, char *arg_ = NULL)
260 Commands_e cmd;
Dqcamera_test.cpp3151 static_cast<Interpreter::Commands_e>(*p1))); in Interpreter()
3154 static_cast<Interpreter::Commands_e>(*p1), (p1 + 1))); in Interpreter()
3204 static_cast<Interpreter::Commands_e>(getchar())); in getCommand()