HomeSort by relevance Sort by last modified time
    Searched defs:apiResult (Results 1 - 3 of 3) 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...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 125 qcamera_api_result_t apiResult;
128 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
129 rc = apiResult.status;
174 qcamera_api_result_t apiResult;
177 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
203 qcamera_api_result_t apiResult;
206 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
232 qcamera_api_result_t apiResult;
235 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
263 qcamera_api_result_t apiResult;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 125 qcamera_api_result_t apiResult;
128 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
129 rc = apiResult.status;
174 qcamera_api_result_t apiResult;
177 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
203 qcamera_api_result_t apiResult;
206 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
232 qcamera_api_result_t apiResult;
235 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
263 qcamera_api_result_t apiResult;
    [all...]

Completed in 902 milliseconds