Home
last modified time | relevance | path

Searched refs:consumerThread_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h155 if (consumerThread_ != nullptr) { in ~StreamConsumer()
156 consumerThread_->join(); in ~StreamConsumer()
157 delete consumerThread_; in ~StreamConsumer() local
172 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/
H A Dut_common.h169 if (consumerThread_ != nullptr) { in ~StreamConsumer()
170 consumerThread_->join(); in ~StreamConsumer()
171 delete consumerThread_; in ~StreamConsumer() local
180 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h179 if (consumerThread_ != nullptr) { in ~StreamConsumer()
180 consumerThread_->join(); in ~StreamConsumer()
181 delete consumerThread_; in ~StreamConsumer() local
190 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h233 if (consumerThread_ != nullptr) { in ~StreamConsumer()
234 consumerThread_->join(); in ~StreamConsumer()
235 delete consumerThread_; in ~StreamConsumer() local
244 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h223 if (consumerThread_ != nullptr) { in ~StreamConsumer()
224 consumerThread_->join(); in ~StreamConsumer()
225 delete consumerThread_; in ~StreamConsumer() local
234 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h209 if (consumerThread_ != nullptr) { in ~StreamConsumer()
210 consumerThread_->join(); in ~StreamConsumer()
211 delete consumerThread_; in ~StreamConsumer() local
220 std::thread* consumerThread_ = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp466 consumerThread_ = new std::thread([this] { in CreateProducer()
496 consumerThread_ = new std::thread([this] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dbenchmark_common.cpp313 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dut_common.cpp368 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H A Dbenchmark_common.cpp370 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dhdi_common_v1_1.cpp394 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp388 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp537 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp487 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp480 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp522 consumerThread_ = new std::thread([this, listener] { in CreateProducer()