Home
last modified time | relevance | path

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

/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/v1_0/include/
Dcommon.h144 if (consumerThread_ != nullptr) { in ~StreamConsumer()
145 consumerThread_->join(); in ~StreamConsumer()
146 delete consumerThread_; in ~StreamConsumer() local
155 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
Dhdi_common_v1_1.h169 if (consumerThread_ != nullptr) { in ~StreamConsumer()
170 consumerThread_->join(); in ~StreamConsumer()
171 delete consumerThread_; in ~StreamConsumer() local
180 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
Dhdi_common_v1_1.h169 if (consumerThread_ != nullptr) { in ~StreamConsumer()
170 consumerThread_->join(); in ~StreamConsumer()
171 delete consumerThread_; in ~StreamConsumer() local
180 std::thread* consumerThread_ = nullptr; variable
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
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
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
Dcommon.cpp314 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/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/v1_0/src/
Dcommon.cpp313 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/v1_1/src/
Dhdi_common_v1_1.cpp400 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
Dhdi_common_v1_1.cpp400 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dhdi_common_v1_2.cpp527 consumerThread_ = new std::thread([this, listener] { in CreateProducer()