/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 181 ion_free(pCompPrv->ion_fd, gCamIonHdl[i][0]); in ComponentPrivateDeInit() 185 ion_free(pCompPrv->ion_fd, gCamIonHdl[i][1]); in ComponentPrivateDeInit() 194 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[i][j]); in ComponentPrivateDeInit() 253 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[i][j]); in Camera_SendCommand() 434 ion_free(pCompPrv->ion_fd, handle); in CameraSetParam() 451 ion_free(pCompPrv->ion_fd, handle); in CameraSetParam() 489 ion_free(pCompPrv->ion_fd, handle); in CameraSetParam() 498 ion_free(pCompPrv->ion_fd, handle); in CameraSetParam() 501 ion_free(pCompPrv->ion_fd, gComponentBufferAllocation[port][index]); in CameraSetParam() 852 ion_free(ion_fd, DCC_Buff); in DCC_DeInit()
|
/hardware/ti/omap4xxx/camera/ |
D | MemoryManager.cpp | 97 ion_free(mIonFd, handle); in allocateBuffer() 176 ion_free(mIonFd, (ion_handle*)mIonHandleMap.valueFor(ptr)); in freeBuffer()
|
/hardware/ti/omap4-aah/camera/ |
D | MemoryManager.cpp | 110 ion_free(mIonFd, handle); in allocateBufferList() 191 ion_free(mIonFd, buffers[i].ion_handle); in freeBufferList()
|
/hardware/ti/omap4-aah/ion/ |
D | ion_test_2.c | 97 ret = ion_free(fd, handle[i]); in ion_alloc_test() 233 ret = ion_free(fd, handle[i]); in ion_map_test() 294 ret = ion_free(fd, handle[i]); in ion_alloc_fail_alloc_test() 319 ret = ion_free(fd, handle[i]); in ion_alloc_fail_alloc_test()
|
D | ion.h | 30 int ion_free(int fd, struct ion_handle *handle);
|
D | ion_test.c | 56 ret = ion_free(fd, handle); in ion_alloc_test() 112 ret = ion_free(fd, handle); in ion_map_test()
|
D | ion.c | 100 int ion_free(int fd, struct ion_handle *handle) in ion_free() function
|
/hardware/ti/omap4xxx/ion/ |
D | ion.h | 30 int ion_free(int fd, struct ion_handle *handle);
|
D | ion.c | 99 int ion_free(int fd, struct ion_handle *handle) in ion_free() function
|
/hardware/ti/omap4-aah/system-core-headers-ti/ion/ |
D | ion.h | 36 int ion_free(int fd, struct ion_handle *handle);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | ion.h | 197 void ion_free(struct ion_client *client, struct ion_handle *handle); 412 static inline void ion_free(struct ion_client *client, in ion_free() function
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | ion.h | 159 void ion_free(struct ion_client *client, struct ion_handle *handle);
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | ion.h | 159 void ion_free(struct ion_client *client, struct ion_handle *handle);
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | surfacetexture_test.cpp | 224 ion_free (fd, handle); in ion_test()
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 770 ion_free(pCompPrv->ion_fd, in PROXY_AllocateBuffer() 1244 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pYBuffer); in PROXY_FreeBuffer() 1261 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pMetaDataBuffer); in PROXY_FreeBuffer() 2146 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pYBuffer); in PROXY_ComponentDeInit() 2166 ion_free(pCompPrv->ion_fd, pMetaDataBuffer); in PROXY_ComponentDeInit()
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 803 ion_free(pCompPrv->ion_fd, pMemptr); in PROXY_AllocateBuffer() 1266 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pYBuffer); in PROXY_FreeBuffer() 1291 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pMetaDataBuffer); in PROXY_FreeBuffer() 1975 ion_free(pCompPrv->ion_fd, pCompPrv->tBufList[count].pYBuffer); in PROXY_ComponentDeInit() 1997 ion_free(pCompPrv->ion_fd, pMetaDataBuffer); in PROXY_ComponentDeInit()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/ |
D | omx_proxy_camera.c | 646 ion_free(ion_fd, DCC_Buff); in DCC_DeInit()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 1623 ion_free(hwc_dev->ion_fd, hwc_dev->ion_handles[i]); in free_tiler2d_buffers()
|