Searched defs:mTorchCond (Results 1 - 1 of 1) sorted by path

/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp574 mParent->mTorchCond.notify_one();
783 std::condition_variable mTorchCond; // Condition variable for torch status member in class:CameraHidlTest
2143 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout));
2158 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout));
2192 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l,
2208 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l,

Completed in 34 milliseconds