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

  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 132 qcamera_api_result_t apiResult;
135 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
136 rc = apiResult.status;
180 qcamera_api_result_t apiResult;
183 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
208 qcamera_api_result_t apiResult;
211 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
236 qcamera_api_result_t apiResult;
239 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
266 qcamera_api_result_t apiResult;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 126 qcamera_api_result_t apiResult;
129 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
130 rc = apiResult.status;
175 qcamera_api_result_t apiResult;
178 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
204 qcamera_api_result_t apiResult;
207 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
233 qcamera_api_result_t apiResult;
236 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
264 qcamera_api_result_t apiResult;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 126 qcamera_api_result_t apiResult;
129 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
130 rc = apiResult.status;
175 qcamera_api_result_t apiResult;
178 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
204 qcamera_api_result_t apiResult;
207 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
233 qcamera_api_result_t apiResult;
236 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
264 qcamera_api_result_t apiResult;
    [all...]
  /hardware/qcom/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...]

Completed in 479 milliseconds