Searched refs:mTorchCond (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp549 mParent->mTorchCond.notify_one();
716 std::condition_variable mTorchCond; // Condition variable for torch status member in class:CameraHidlTest
1973 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout));
1988 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout));
2022 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l,
2038 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l,

Completed in 21 milliseconds