HomeSort by relevance Sort by last modified time
    Searched defs:apiResult (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 144 qcamera_api_result_t apiResult;
147 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
148 rc = apiResult.status;
195 qcamera_api_result_t apiResult;
198 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
228 qcamera_api_result_t apiResult;
231 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
261 qcamera_api_result_t apiResult;
264 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
296 qcamera_api_result_t apiResult;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp 146 qcamera_api_result_t apiResult;
149 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
150 rc = apiResult.status;
197 qcamera_api_result_t apiResult;
200 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
230 qcamera_api_result_t apiResult;
233 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
263 qcamera_api_result_t apiResult;
266 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
298 qcamera_api_result_t apiResult;
    [all...]

Completed in 2030 milliseconds