Lines Matching refs:ion_handle
2037 struct ion_handle_data ion_handle; in allocate() local
2038 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2039 ion_handle.handle = mMemInfo[i].handle; in allocate()
2040 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2064 struct ion_handle_data ion_handle; in allocate() local
2065 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2066 ion_handle.handle = mMemInfo[i].handle; in allocate()
2067 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2087 struct ion_handle_data ion_handle; in allocate() local
2088 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
2089 ion_handle.handle = mMemInfo[i].handle; in allocate()
2090 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
2173 struct ion_handle_data ion_handle; in deallocate() local
2174 memset(&ion_handle, 0, sizeof(ion_handle)); in deallocate()
2175 ion_handle.handle = mMemInfo[cnt].handle; in deallocate()
2176 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in deallocate()