Lines Matching refs:getIonFd
85 int getIonFd(gralloc_module_t const *module)
111 ret = ion_import(getIonFd(module), hnd->fd, &hnd->handle);
115 ret = ion_import(getIonFd(module), hnd->fd1, &hnd->handle1);
120 ret = ion_import(getIonFd(module), hnd->fd2, &hnd->handle2);
141 ion_free(getIonFd(module), hnd->handle);
143 ion_free(getIonFd(module), hnd->handle1);
145 ion_free(getIonFd(module), hnd->handle2);
179 ion_sync_fd(getIonFd(module), hnd->fd);
181 ion_sync_fd(getIonFd(module), hnd->fd1);
183 ion_sync_fd(getIonFd(module), hnd->fd2);