Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h83 QCAMERA_SM_EVT_STOP_AUTO_FOCUS, // stop auto focus enumerator
DQCameraStateMachine.cpp668 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPreviewStoppedState()
1018 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPreviewReadyState()
1380 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPreviewingState()
1770 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPrepareSnapshotState()
2102 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPicTakingState()
2555 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtRecordingState()
2963 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtVideoPicTakingState()
3359 case QCAMERA_SM_EVT_STOP_AUTO_FOCUS: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp853 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL); in cancel_auto_focus()
855 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, &apiResult); in cancel_auto_focus()