Lines Matching defs:handle
74 native_handle_t *handle; in gralloc0_alloc() local
105 static int gralloc0_free(alloc_device_t *dev, buffer_handle_t handle) in gralloc0_free()
179 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
197 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
208 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
219 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
245 buffer_handle_t handle; in gralloc0_perform() local
358 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
364 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
409 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
422 static int gralloc0_lock_async_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async_ycbcr()