Home
last modified time | relevance | path

Searched refs:isCancelCapture_ (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddcamera_stream.cpp63 isCancelCapture_ = false; in InitDCameraStream()
239 if (isCancelBuffer_ || isCancelCapture_) { in GetDCameraBuffer()
367 isCancelCapture_ = false; in DoCapture()
374 if (isCancelCapture_) { in CancelCaptureWait()
386 isCancelCapture_ = true; in CancelCaptureWait()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
Ddcamera_stream.h74 bool isCancelCapture_ = false; variable