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

  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 126 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
175 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
204 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
233 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
264 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
304 ret = hw->processAPI(evt, NULL);
339 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
372 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
408 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable);
443 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 312 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
QCameraPostProc.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 126 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
175 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
204 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
233 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
264 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
304 ret = hw->processAPI(evt, NULL);
339 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
372 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
408 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable);
443 ret = hw->processAPI(QCAMERA_SM_EVT_START_RECORDING, NULL)
    [all...]
QCamera2HWI.h 312 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
QCameraPostProc.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp 145 rc = hw->processAPI(QCAMERA_SM_EVT_SET_PREVIEW_WINDOW, (void *)window);
196 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_SET_CALLBACKS, (void *)&payload);
229 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_ENABLE_MSG_TYPE, (void *)&msg_type);
262 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_DISABLE_MSG_TYPE, (void *)&msg_type);
297 ret = hw->processAPI(QCAMERA_SM_EVT_MSG_TYPE_ENABLED, (void *)&msg_type);
335 ret = hw->processAPI(evt, NULL);
381 ret = hw->processAPI(evt, NULL);
420 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
453 ret = hw->processAPI(QCAMERA_SM_EVT_PREVIEW_ENABLED, NULL);
496 ret = hw->processAPI(QCAMERA_SM_EVT_STORE_METADATA_IN_BUFS, (void *)&enable)
    [all...]
QCamera2HWI.h 348 int processAPI(qcamera_sm_evt_enum_t api, void *api_payload);
QCameraPostProc.cpp     [all...]

Completed in 1127 milliseconds