Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStateMachine.h101 QCAMERA_SM_EVT_RESTART_STOP_PREVIEW, // preview stop as part of restart (dual camera mode) enumerator
DQCameraStateMachine.cpp636 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPreviewStoppedState()
1052 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPreviewReadyState()
1679 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPreviewingState()
1754 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPrepareSnapshotState()
2162 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPicTakingState()
2569 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtRecordingState()
3012 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtVideoPicTakingState()
3666 case QCAMERA_SM_EVT_RESTART_STOP_PREVIEW: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp578 ret = hw->processAPI(QCAMERA_SM_EVT_RESTART_STOP_PREVIEW, NULL); in restart_stop_preview()
580 hw->waitAPIResult(QCAMERA_SM_EVT_RESTART_STOP_PREVIEW, &apiResult); in restart_stop_preview()