Lines Matching defs:ion_fd
208 int ion_fd;
1623 ion_free(hwc_dev->ion_fd, hwc_dev->ion_handles[i]);
1634 if (hwc_dev->ion_fd < 0) {
1645 ret = ion_alloc_tiler(hwc_dev->ion_fd, hwc_dev->fb_dev->base.width, hwc_dev->fb_dev->base.height,
2247 if (hwc_dev->ion_fd >= 0)
2248 ion_close(hwc_dev->ion_fd);
2786 hwc_dev->ion_fd = ion_open();
2787 if (hwc_dev->ion_fd < 0) {