Lines Matching refs:buffer_handle_t
95 buffer_handle_t *handle, int *stride) in gralloc0_alloc()
133 static int gralloc0_free(alloc_device_t *dev, buffer_handle_t handle) in gralloc0_free()
194 static int gralloc0_register_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_register_buffer()
206 static int gralloc0_unregister_buffer(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unregister_buffer()
212 static int gralloc0_lock(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc0_lock()
218 static int gralloc0_unlock(struct gralloc_module_t const *module, buffer_handle_t handle) in gralloc0_unlock()
238 buffer_handle_t handle; in gralloc0_perform()
255 handle = va_arg(args, buffer_handle_t); in gralloc0_perform()
290 static int gralloc0_lock_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_ycbcr()
296 static int gralloc0_lock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async()
330 static int gralloc0_unlock_async(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_unlock_async()
337 static int gralloc0_lock_async_ycbcr(struct gralloc_module_t const *module, buffer_handle_t handle, in gralloc0_lock_async_ycbcr()