Home | History | Annotate | Download | only in HAL

Lines Matching defs:ion_handle

1113                 struct ion_handle_data ion_handle;
1114 memset(&ion_handle, 0, sizeof(ion_handle));
1115 ion_handle.handle = mMemInfo[i].handle;
1116 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
1136 struct ion_handle_data ion_handle;
1137 memset(&ion_handle, 0, sizeof(ion_handle));
1138 ion_handle.handle = mMemInfo[i].handle;
1139 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
1200 struct ion_handle_data ion_handle;
1201 memset(&ion_handle, 0, sizeof(ion_handle));
1202 ion_handle.handle = mMemInfo[cnt].handle;
1203 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {