| /test/xts/hats/hdf/camera/cameraMg/v1_0/include/ |
| D | common.h | 160 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/ |
| D | common.h | 145 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/ |
| D | hdi_common_v1_1.h | 170 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/ |
| D | hdi_common_v1_1.h | 170 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/ |
| D | hdi_common_v1_2.h | 229 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/ |
| D | hdi_common_v1_3.h | 211 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/ |
| D | benchmark_common.cpp | 313 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
| D | common.cpp | 319 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
| D | common.cpp | 339 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
| D | benchmark_common.cpp | 352 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
| D | hdi_common_v1_1.cpp | 405 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
| D | hdi_common_v1_1.cpp | 407 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/ |
| D | benchmark_common.cpp | 388 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
| D | hdi_common_v1_2.cpp | 548 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|
| /test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
| D | hdi_common_v1_3.cpp | 737 consumerThread_ = new std::thread([this, listener] { in CreateProducer()
|