/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 155 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 D | ut_common.h | 169 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 D | hdi_common_v1_1.h | 179 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 D | common.h | 233 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 D | hdi_common_v1_2.h | 223 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 D | hdi_common_v1_3.h | 209 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 D | common.cpp | 466 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 D | benchmark_common.cpp | 313 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | ut_common.cpp | 368 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
H A D | benchmark_common.cpp | 370 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 394 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/ |
H A D | benchmark_common.cpp | 388 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/ |
H A D | common.cpp | 537 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A D | benchmark_common.cpp | 487 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 480 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 522 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|