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

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp 108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
155 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
238 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
275 ret = hw->processAPI(evt, NULL);
305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
335 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
370 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable);
403 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 263 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 108 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
155 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
182 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
238 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
275 ret = hw->processAPI(evt, NULL);
305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
335 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
370 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable);
403 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 263 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 133 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
181 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
209 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)msg_type);
237 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)msg_type);
267 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)msg_type);
305 ret = hw->processAPI(evt, NULL);
337 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
368 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
404 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)enable);
438 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 311 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
QCameraPostProc.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp 127 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
176 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
205 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
234 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
265 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
304 ret = hw->processAPI(evt, NULL);
337 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
369 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
405 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable);
440 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 311 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
QCameraPostProc.cpp     [all...]

Completed in 710 milliseconds