Lines Matching refs:handle
79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle)
81 return (struct gralloc_handle_t *)handle;
85 * Create a buffer handle.
92 struct gralloc_handle_t *handle;
99 handle = gralloc_handle(nhandle);
100 handle->magic = GRALLOC_HANDLE_MAGIC;
101 handle->version = GRALLOC_HANDLE_VERSION;
102 handle->width = width;
103 handle->height = height;
104 handle->format = hal_format;
105 handle->usage = usage;
106 handle->prime_fd = -1;