Home | History | Annotate | Download | only in HAL

Lines Matching defs:ion_handle

1704                 struct ion_handle_data ion_handle;
1705 memset(&ion_handle, 0, sizeof(ion_handle));
1706 ion_handle.handle = mMemInfo[i].handle;
1707 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
1727 struct ion_handle_data ion_handle;
1728 memset(&ion_handle, 0, sizeof(ion_handle));
1729 ion_handle.handle = mMemInfo[i].handle;
1730 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
1811 struct ion_handle_data ion_handle;
1812 memset(&ion_handle, 0, sizeof(ion_handle));
1813 ion_handle.handle = mMemInfo[cnt].handle;
1814 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {