HomeSort by relevance Sort by last modified time
    Searched defs:waitAPIResult (Results 1 - 3 of 3) 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...]
  /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...]
  /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...]

Completed in 38 milliseconds