Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.h43 class TestContext; variable
101 void setTestCtxInstance(TestContext *instance);
168 TestContext *mInterpr;
276 void setTestCtxInst(TestContext *instance);
289 TestContext *mTestContext;
293 class TestContext
298 TestContext();
299 ~TestContext();
Dqcamera_test.cpp1649 void CameraContext::setTestCtxInstance(TestContext *instance)
1664 void Interpreter::setTestCtxInst(TestContext *instance)
3222 TestContext::TestContext()
3280 TestContext::~TestContext()
3302 size_t TestContext::GetCamerasNum()
3319 status_t TestContext::AddScriptFromFile(const char *scriptFile)
3354 status_t TestContext::FunctionalTest()
3603 void TestContext::PiPLock()
3621 void TestContext::PiPUnlock()
3637 void TestContext::ViVLock()
[all …]