Home | History | Annotate | Download | only in HAL3

Lines Matching defs:ion_handle

626                 struct ion_handle_data ion_handle;
627 memset(&ion_handle, 0, sizeof(ion_handle));
628 ion_handle.handle = mMemInfo[i].handle;
629 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
645 struct ion_handle_data ion_handle;
646 memset(&ion_handle, 0, sizeof(ion_handle));
647 ion_handle.handle = mMemInfo[i].handle;
648 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
708 struct ion_handle_data ion_handle;
709 memset(&ion_handle, 0, sizeof(ion_handle));
710 ion_handle.handle = mMemInfo[cnt].handle;
711 if (ioctl(mMemInfo[cnt].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {