Searched refs:processAPI (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCamera2HWI.cpp | 337 ret = hw->processAPI(evt, NULL); in prepare_preview() 380 ret = hw->processAPI(evt, NULL); in start_preview() 453 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL); in preview_enabled() 670 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL); in start_recording() 816 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL); in auto_focus() 853 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL); in cancel_auto_focus() 1042 ret = hw->processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL); in cancel_picture() 1434 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE, NULL); in release() 1472 ret = hw->processAPI(QCAMERA_SM_EVT_DUMP, (void *)&fd); in dump() 5714 rc = processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL); in takeBackendPic_internal() [all …]
|
H A D | QCamera2HWI.h | 364 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
|
H A D | QCameraPostProc.cpp | 3591 rc = m_parent->processAPI( in stopCapture()
|