Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStateMachine.h82 QCAMERA_SM_EVT_START_AUTO_FOCUS, // start auto focus enumerator
DQCameraStateMachine.cpp653 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPreviewStoppedState()
1005 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPreviewReadyState()
1363 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPreviewingState()
1751 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPrepareSnapshotState()
2067 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPicTakingState()
2513 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtRecordingState()
2915 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtVideoPicTakingState()
3305 case QCAMERA_SM_EVT_START_AUTO_FOCUS: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp821 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL); in auto_focus()
823 hw->waitAPIResult(QCAMERA_SM_EVT_START_AUTO_FOCUS, &apiResult); in auto_focus()