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.cpp1650 void CameraContext::setTestCtxInstance(TestContext *instance)
1665 void Interpreter::setTestCtxInst(TestContext *instance)
3223 TestContext::TestContext()
3281 TestContext::~TestContext()
3303 size_t TestContext::GetCamerasNum()
3320 status_t TestContext::AddScriptFromFile(const char *scriptFile)
3355 status_t TestContext::FunctionalTest()
3604 void TestContext::PiPLock()
3622 void TestContext::PiPUnlock()
3638 void TestContext::ViVLock()
[all …]