Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraMg/v1_0/include/
Dcommon.h160 if (consumerThread_ != nullptr) { in ~StreamConsumer()
161 consumerThread_->join(); in ~StreamConsumer()
162 delete consumerThread_; in ~StreamConsumer() local
171 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/
Dcommon.h145 if (consumerThread_ != nullptr) { in ~StreamConsumer()
146 consumerThread_->join(); in ~StreamConsumer()
147 delete consumerThread_; in ~StreamConsumer() local
156 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h170 if (consumerThread_ != nullptr) { in ~StreamConsumer()
171 consumerThread_->join(); in ~StreamConsumer()
172 delete consumerThread_; in ~StreamConsumer() local
181 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h170 if (consumerThread_ != nullptr) { in ~StreamConsumer()
171 consumerThread_->join(); in ~StreamConsumer()
172 delete consumerThread_; in ~StreamConsumer() local
181 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h229 if (consumerThread_ != nullptr) { in ~StreamConsumer()
230 consumerThread_->join(); in ~StreamConsumer()
231 delete consumerThread_; in ~StreamConsumer() local
240 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
Dhdi_common_v1_3.h211 if (consumerThread_ != nullptr) { in ~StreamConsumer()
212 consumerThread_->join(); in ~StreamConsumer()
213 delete consumerThread_; in ~StreamConsumer() local
222 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
Dbenchmark_common.cpp313 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
Dcommon.cpp319 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
Dcommon.cpp339 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
Dbenchmark_common.cpp352 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp405 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
Dhdi_common_v1_1.cpp407 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
Dbenchmark_common.cpp388 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dhdi_common_v1_2.cpp548 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
Dhdi_common_v1_3.cpp737 consumerThread_ = new std::thread([this, listener] { in CreateProducer()