Home | History | Annotate | Download | only in drm_gralloc

Lines Matching full:handle

82 		buffer_handle_t handle)
91 return gralloc_drm_handle_register(handle, dmod->drm);
95 buffer_handle_t handle)
97 return gralloc_drm_handle_unregister(handle);
100 static int drm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle,
106 bo = gralloc_drm_bo_from_handle(handle);
113 static int drm_mod_unlock(const gralloc_module_t *mod, buffer_handle_t handle)
118 bo = gralloc_drm_bo_from_handle(handle);
138 static int drm_mod_free_gpu0(alloc_device_t *dev, buffer_handle_t handle)
143 bo = gralloc_drm_bo_from_handle(handle);
154 buffer_handle_t *handle, int *stride)
168 *handle = gralloc_drm_bo_get_handle(bo, stride);