Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1643 mActiveAF(false), in QCamera2HardwareInterface()
3949 mActiveAF = false; in stopPreview()
4213 mActiveAF = true; in autoFocus()
4228 mActiveAF = false; in autoFocus()
4255 mActiveAF = false; in cancelAutoFocus()
6689 if (!mActiveAF) { in processAutoFocusEvent()
6696 mActiveAF = false; // reset the mActiveAF in this special case in processAutoFocusEvent()
6741 mActiveAF = false; // reset the mActiveAF in this special case in processAutoFocusEvent()
6749 (focus_data.focus_state == CAM_AF_STATE_PASSIVE_SCAN)) && mActiveAF) { in processAutoFocusEvent()
6781 if (mActiveAF) { in processAutoFocusEvent()
[all …]
DQCamera2HWI.h666 bool mActiveAF; variable
DQCamera2HWICallbacks.cpp2250 pme->mActiveAF){ in metadata_stream_cb_routine()