Home
last modified time | relevance | path

Searched refs:LooperSnapShot (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_stream_data_process_producer_test.cpp182 streamProcess->LooperSnapShot();
184 streamProcess->LooperSnapShot();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.h50 void LooperSnapShot();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp75 producerThread_ = std::thread([this]() { this->LooperSnapShot(); }); in Start()
148 void DCameraStreamDataProcessProducer::LooperSnapShot() in LooperSnapShot() function in OHOS::DistributedHardware::DCameraStreamDataProcessProducer