Searched refs:QCAMERA_SM_EVT_STOP_PREVIEW (Results 1 – 9 of 9) sorted by relevance
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) enumerator
|
D | QCameraStateMachine.cpp | 428 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewStoppedState() 711 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewReadyState() 992 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewingState() 1243 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPrepareSnapshotState() 1426 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPicTakingState() 1864 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtRecordingState() 2153 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtVideoPicTakingState() 2435 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewPicTakingState()
|
D | QCamera2HWI.cpp | 305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview() 307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW); in stop_preview()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) enumerator
|
D | QCameraStateMachine.cpp | 428 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewStoppedState() 711 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewReadyState() 992 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewingState() 1243 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPrepareSnapshotState() 1426 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPicTakingState() 1864 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtRecordingState() 2153 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtVideoPicTakingState() 2435 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewPicTakingState()
|
D | QCamera2HWI.cpp | 305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview() 307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW); in stop_preview()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) enumerator
|
D | QCameraStateMachine.cpp | 434 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewStoppedState() 740 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewReadyState() 1044 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewingState() 1345 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPrepareSnapshotState() 1562 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPicTakingState() 2040 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtRecordingState() 2413 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtVideoPicTakingState() 2749 case QCAMERA_SM_EVT_STOP_PREVIEW: in procEvtPreviewPicTakingState()
|
D | QCamera2HWI.cpp | 337 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL); in stop_preview() 339 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW, &apiResult); in stop_preview()
|