Home | History | Annotate | Download | only in HAL

Lines Matching refs:processAPI

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);
433 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_RECORDING, NULL);
462 ret = hw->processAPI(QCAMERA_SM_EVT_RECORDING_ENABLED, NULL);
494 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, (void *)opaque);
525 ret = hw->processAPI(QCAMERA_SM_EVT_START_AUTO_FOCUS, NULL);
558 ret = hw->processAPI(QCAMERA_SM_EVT_STOP_AUTO_FOCUS, NULL);
593 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL);
604 ret = hw->processAPI(QCAMERA_SM_EVT_TAKE_PICTURE, NULL);
637 ret = hw->processAPI(QCAMERA_SM_EVT_CANCEL_PICTURE, NULL);
671 ret = hw->processAPI(QCAMERA_SM_EVT_SET_PARAMS, (void *)parms);
701 int32_t rc = hw->processAPI(QCAMERA_SM_EVT_GET_PARAMS, NULL);
732 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_PUT_PARAMS, (void *)parm);
773 ret = hw->processAPI(QCAMERA_SM_EVT_SEND_COMMAND, (void *)&payload);
802 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_RELEASE, NULL);
832 ret = hw->processAPI(QCAMERA_SM_EVT_DUMP, (void *)fd);
900 ret = hw->processAPI(QCAMERA_SM_EVT_REG_FACE_IMAGE, (void *)&payload);
2263 * FUNCTION : processAPI
2275 int QCamera2HardwareInterface::processAPI(qcamera_sm_evt_enum_t api, void *api_payload)
2419 return processAPI(QCAMERA_SM_EVT_THERMAL_NOTIFY, (void *)level);