Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h67 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) enumerator
DQCameraStateMachine.cpp565 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewStoppedState()
960 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewReadyState()
1321 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewingState()
1764 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPrepareSnapshotState()
2043 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPicTakingState()
2625 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtRecordingState()
3033 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtVideoPicTakingState()
3410 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp420 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview()
422 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW, &apiResult); in stop_preview()