/hardware/qcom/display/msm8226/libgralloc/ |
D | ionalloc.cpp | 98 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 109 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 116 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 225 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer() 228 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | ionalloc.cpp | 98 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 109 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 120 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 224 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer() 227 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | ionalloc.cpp | 107 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 118 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 125 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 239 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer() 242 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | ionalloc.cpp | 103 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 114 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 121 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 225 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer() 228 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | ionalloc.cpp | 98 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 109 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 116 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in alloc_buffer() 221 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer() 224 ioctl(mIonFd, ION_IOC_FREE, &handle_data); in clean_buffer()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_ionbuf.c | 97 ioctl(p_buffer->ion_fd, ION_IOC_FREE, &lhandle_data); in buffer_allocate() 127 ioctl(p_buffer->ion_fd, ION_IOC_FREE, &lhandle_data); in buffer_deallocate()
|
/hardware/ti/omap4-aah/ion/ |
D | linux_ion.h | 60 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
D | ion.c | 105 return ion_ioctl(fd, ION_IOC_FREE, &data); in ion_free()
|
/hardware/ti/omap4xxx/ion/ |
D | linux_ion.h | 60 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
D | ion.c | 104 return ion_ioctl(fd, ION_IOC_FREE, &data); in ion_free()
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
D | ion.h | 65 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
D | ion.h | 65 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | ion.h | 67 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | ion.h | 148 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | ion.h | 69 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | ion.h | 145 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | ion.h | 70 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/ti/omap4-aah/kernel-headers-ti/linux/ |
D | ion.h | 67 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x27/original-kernel-headers/linux/ |
D | ion.h | 307 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
D | ion.h | 307 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 526 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data); in allocOneBuffer() 555 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data); in deallocOneBuffer() 1703 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate() 1726 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate() 1810 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in deallocate()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 343 ioctl(main_ion_fd, ION_IOC_FREE, &handle_data); in allocOneBuffer() 372 ioctl(memInfo.main_ion_fd, ION_IOC_FREE, &handle_data); in deallocOneBuffer() 837 if (ioctl(mMemInfo[idx].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in unregisterBufferLocked()
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | ion.h | 572 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
|
/hardware/qcom/keymaster/ |
D | keymaster_qcom.cpp | 279 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data); in qcom_km_ION_memalloc() 307 ret = ioctl(handle->ion_fd, ION_IOC_FREE, &handle_data); in qcom_km_ion_dealloc()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 409 if(ioctl(ion_data.ion_device_fd,ION_IOC_FREE, in PmemMalloc() 435 if(ioctl(ion_data.ion_device_fd,ION_IOC_FREE, in PmemFree()
|