Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.h41 class TestContext; variable
98 void setTestCtxInstance(TestContext *instance);
169 TestContext *mInterpr;
284 void setTestCtxInst(TestContext *instance);
297 TestContext *mTestContext;
301 class TestContext
306 TestContext();
307 ~TestContext();
Dqcamera_test.cpp1585 void CameraContext::setTestCtxInstance(TestContext *instance) in setTestCtxInstance()
1600 void Interpreter::setTestCtxInst(TestContext *instance) in setTestCtxInst()
3102 TestContext::TestContext() in TestContext() function in TestContext
3156 TestContext::~TestContext() in ~TestContext()
3178 int32_t TestContext::GetCamerasNum() in GetCamerasNum()
3195 status_t TestContext::AddScriptFromFile(const char *scriptFile) in AddScriptFromFile()
3230 status_t TestContext::FunctionalTest() in FunctionalTest()
3447 void TestContext::setViVSize(Size VideoSize, int camIndex) in setViVSize()
3465 TestContext ctx; in main()