HomeSort by relevance Sort by last modified time
    Searched refs:waitAPIResult (Results 1 - 8 of 8) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp 110 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW);
157 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS);
184 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE);
211 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE);
240 hw->waitAPIResult(QCAMERA_SM_EVT_MSG_TYPE_ENABLED);
277 hw->waitAPIResult(evt);
307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW);
337 hw->waitAPIResult(QCAMERA_SM_EVT_PREVIEW_ENABLED);
372 hw->waitAPIResult(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS);
405 hw->waitAPIResult(QCAMERA_SM_EVT_START_RECORDING)
    [all...]
QCamera2HWI.h 267 void waitAPIResult(qcamera_sm_evt_enum_t api_evt);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 110 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW);
157 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS);
184 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE);
211 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE);
240 hw->waitAPIResult(QCAMERA_SM_EVT_MSG_TYPE_ENABLED);
277 hw->waitAPIResult(evt);
307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW);
337 hw->waitAPIResult(QCAMERA_SM_EVT_PREVIEW_ENABLED);
372 hw->waitAPIResult(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS);
405 hw->waitAPIResult(QCAMERA_SM_EVT_START_RECORDING)
    [all...]
QCamera2HWI.h 267 void waitAPIResult(qcamera_sm_evt_enum_t api_evt);
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 135 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
183 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
211 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
239 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
269 hw->waitAPIResult(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, &apiResult);
307 hw->waitAPIResult(evt, &apiResult);
339 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW, &apiResult);
370 hw->waitAPIResult(QCAMERA_SM_EVT_PREVIEW_ENABLED, &apiResult);
406 hw->waitAPIResult(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, &apiResult);
440 hw->waitAPIResult(QCAMERA_SM_EVT_START_RECORDING, &apiResult)
    [all...]
QCamera2HWI.h 315 void waitAPIResult(qcamera_sm_evt_enum_t api_evt, qcamera_api_result_t *apiResult);
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp 129 hw->waitAPIResult(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, &apiResult);
178 hw->waitAPIResult(QCAMERA_SM_EVT_SET_CALLBACKS, &apiResult);
207 hw->waitAPIResult(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, &apiResult);
236 hw->waitAPIResult(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, &apiResult);
267 hw->waitAPIResult(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, &apiResult);
306 hw->waitAPIResult(evt, &apiResult);
339 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW, &apiResult);
371 hw->waitAPIResult(QCAMERA_SM_EVT_PREVIEW_ENABLED, &apiResult);
407 hw->waitAPIResult(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, &apiResult);
442 hw->waitAPIResult(QCAMERA_SM_EVT_START_RECORDING, &apiResult)
    [all...]
QCamera2HWI.h 315 void waitAPIResult(qcamera_sm_evt_enum_t api_evt, qcamera_api_result_t *apiResult);

Completed in 309 milliseconds