Home
last modified time | relevance | path

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

/device/google/marlin/camera/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()
956 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewReadyState()
1313 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewingState()
1746 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPrepareSnapshotState()
2017 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPicTakingState()
2592 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtRecordingState()
2994 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtVideoPicTakingState()
3365 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()