Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.h52 QCAMERA_SM_EVT_SET_CALLBACKS, // set callbacks enumerator
DQCameraStateMachine.cpp367 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPreviewStoppedState()
806 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPreviewReadyState()
1165 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPreviewingState()
1751 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPrepareSnapshotState()
1945 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPicTakingState()
2406 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtRecordingState()
2814 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtVideoPicTakingState()
3195 case QCAMERA_SM_EVT_SET_CALLBACKS: in procEvtPreviewPicTakingState()
DQCamera2HWI.cpp198 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload); in set_CallBacks()
200 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult); in set_CallBacks()