Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dtorch_provider_cb.cpp27 mParent->mTorchCond.notify_one(); in torchModeStatusChange()
Dcamera_aidl_test.h617 std::condition_variable mTorchCond; // Condition variable for torch status variable
DVtsAidlHalCameraProvider_TargetTest.cpp414 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
435 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
489 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
502 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp725 mParent->mTorchCond.notify_one(); in torchModeStatusChange()
1108 std::condition_variable mTorchCond; // Condition variable for torch status member in CameraHidlTest
2983 … ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
2998 … ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, timeout)); in TEST_P()
3032 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, in TEST_P()
3048 ASSERT_NE(std::cv_status::timeout, mTorchCond.wait_until(l, in TEST_P()