Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStateMachine.h73 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording enumerator
DQCameraStateMachine.cpp639 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewStoppedState()
1055 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewReadyState()
1584 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewingState()
1762 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPrepareSnapshotState()
2165 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPicTakingState()
2582 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtRecordingState()
2946 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtVideoPicTakingState()
3499 case QCAMERA_SM_EVT_STOP_RECORDING: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp702 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL); in stop_recording()
704 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_RECORDING, &apiResult); in stop_recording()