Lines Matching refs:ion_handle
2304 struct ion_handle_data ion_handle; in allocate() local
2305 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2306 ion_handle.handle = mMemInfo[i].handle; in allocate()
2307 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2331 struct ion_handle_data ion_handle; in allocate() local
2332 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2333 ion_handle.handle = mMemInfo[i].handle; in allocate()
2334 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2354 struct ion_handle_data ion_handle; in allocate() local
2355 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2356 ion_handle.handle = mMemInfo[i].handle; in allocate()
2357 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2447 struct ion_handle_data ion_handle; in deallocate() local
2448 memset(&ion_handle, 0, sizeof(ion_handle)); in deallocate()
2449 ion_handle.handle = mMemInfo[cnt].handle; in deallocate()
2450 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in deallocate()