Lines Matching refs:ion_handle
2137 struct ion_handle_data ion_handle; in allocate() local
2138 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2139 ion_handle.handle = mMemInfo[i].handle; in allocate()
2140 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2164 struct ion_handle_data ion_handle; in allocate() local
2165 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2166 ion_handle.handle = mMemInfo[i].handle; in allocate()
2167 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2187 struct ion_handle_data ion_handle; in allocate() local
2188 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2189 ion_handle.handle = mMemInfo[i].handle; in allocate()
2190 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2273 struct ion_handle_data ion_handle; in deallocate() local
2274 memset(&ion_handle, 0, sizeof(ion_handle)); in deallocate()
2275 ion_handle.handle = mMemInfo[cnt].handle; in deallocate()
2276 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in deallocate()