Home
last modified time | relevance | path

Searched refs:apiResult (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp146 qcamera_api_result_t apiResult; in set_preview_window() local
149 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult); in set_preview_window()
150 rc = apiResult.status; in set_preview_window()
197 qcamera_api_result_t apiResult; in set_CallBacks() local
200 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult); in set_CallBacks()
230 qcamera_api_result_t apiResult; in enable_msg_type() local
233 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult); in enable_msg_type()
263 qcamera_api_result_t apiResult; in disable_msg_type() local
266 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult); in disable_msg_type()
298 qcamera_api_result_t apiResult; in msg_type_enabled() local
[all …]
DQCamera2HWI.h368 void waitAPIResult(qcamera_sm_evt_enum_t api_evt, qcamera_api_result_t *apiResult);