Lines Matching refs:buffer_handle_t
147 buffer_handle_t *handle, int *stride) in gralloc0_alloc()
201 static int gralloc0_free(alloc_device_t *dev, buffer_handle_t handle) in gralloc0_free()
262 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
275 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
281 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
287 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
307 buffer_handle_t handle; in gralloc0_perform()
334 handle = va_arg(args, buffer_handle_t); in gralloc0_perform()
416 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
422 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
462 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
469 static int gralloc0_lock_async_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async_ycbcr()