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

  /hardware/ti/omap4xxx/ion/
ion.h 30 int ion_free(int fd, struct ion_handle *handle);
ion.c 99 int ion_free(int fd, struct ion_handle *handle) function
  /hardware/samsung_slsi/exynos5/include/
ion.h 118 /* ion_free() - Frees an existing buffer that is allocated by ION
121 void ion_free(ion_buffer buffer);
  /system/core/include/ion/
ion.h 35 int ion_free(int fd, struct ion_handle *handle);
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 97 ion_free(mIonFd, handle);
176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr));
  /system/core/libion/
ion.c 75 int ion_free(int fd, struct ion_handle *handle) function
133 ion_free(fd, handle);
ion_test.c 49 ret = ion_free(fd, handle);
80 ret = ion_free(fd, handle);
  /external/kernel-headers/original/linux/
ion.h 152 * ion_free - free a handle
158 void ion_free(struct ion_client *client, struct ion_handle *handle);
  /hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp 141 ion_free(getIonFd(module), hnd->handle);
143 ion_free(getIonFd(module), hnd->handle1);
145 ion_free(getIonFd(module), hnd->handle2);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 115 ion_free(pDeleteElement->IONBuffer);
186 ion_free(IONBuffer);
263 ion_free(pDeleteElement->IONBuffer);
301 ion_free(IONBuffer);
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 106 void ion_free(ion_buffer buffer) function
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 190 * ion_free - free a handle
196 void ion_free(struct ion_client *client, struct ion_handle *handle);
411 static inline void ion_free(struct ion_client *client, function
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 646 ion_free(ion_fd, DCC_Buff);
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 213 ion_free(pCompPrv->ion_fd, temp);
218 ion_free(pCompPrv->ion_fd, temp);
803 ion_free(pCompPrv->ion_fd, pMemptr);
824 //ion_free(pCompPrv->ion_fd, handleToMap);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 995 ion_free(pstMem->ionBuffer[i]);
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 214 ion_free(pCtx->nPrivateDataShareFD);
    [all...]

Completed in 626 milliseconds