Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h605 bool needSyncCB(cam_stream_type_t stream_type);
DQCamera2HWI.cpp7640 if (needSyncCB(CAM_STREAM_TYPE_PREVIEW) == TRUE) { in addPreviewChannel()
7972 if (needSyncCB(CAM_STREAM_TYPE_PREVIEW) == TRUE) { in addZSLChannel()
8090 if (needSyncCB(CAM_STREAM_TYPE_PREVIEW) == TRUE) { in addCaptureChannel()
11166 bool QCamera2HardwareInterface::needSyncCB(cam_stream_type_t stream_type) in needSyncCB() function in qcamera::QCamera2HardwareInterface