Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h73 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording enumerator
DQCameraStateMachine.cpp644 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewStoppedState()
1064 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewReadyState()
1597 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewingState()
1780 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPrepareSnapshotState()
2191 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPicTakingState()
2615 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtRecordingState()
2985 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtVideoPicTakingState()
3544 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp709 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL); in stop_recording()
711 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_RECORDING, &apiResult); in stop_recording()