Home
last modified time | relevance | path

Searched refs:cv_ (Results 1 – 13 of 13) sorted by relevance

/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
Dcommon.h140 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
153 std::condition_variable cv_; variable
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
Dcommon.h139 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
152 std::condition_variable cv_; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h164 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
177 std::condition_variable cv_; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h164 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
177 std::condition_variable cv_; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h218 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
231 std::condition_variable cv_; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
Dcommon.cpp347 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
Dbenchmark_common.cpp346 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
Dcommon.cpp346 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
Dbenchmark_common.cpp385 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dhdi_common_v1_1.cpp434 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp434 cv_.notify_one(); in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dhdi_common_v1_2.cpp561 cv_.notify_one(); in CreateProducer()
/test/xts/hats/telephony/ril/hdi_v1.0/
Dhdf_ril_hdiService_test.cpp468 std::condition_variable cv_; member in RilCallback
546 cv_.notify_all(); in NotifyAll()
553 cv_.wait_for(callbackLock, std::chrono::seconds(timeoutSecond)); in WaitFor()