Lines Matching defs:handle
63 static int import_vgem_fd(int vgem_fd, int dma_buf_fd, uint32_t *handle)
68 .handle = 0,
74 *handle = import_handle.handle;
78 static void close_handle(int vgem_fd, uint32_t handle)
81 .handle = handle,
146 uint32_t handle = 0;
184 ret = import_vgem_fd(importer_fd, dmabuf_fd, &handle);
204 close_handle(importer_fd, handle);