Lines Matching refs:module
52 static int mali_gralloc_module_device_open(const hw_module_t *module, const char *name, in mali_gralloc_module_device_open() argument
61 status = mali_gralloc_device_open(module, name, device); in mali_gralloc_module_device_open()
68 status = alloc_device_open(module, name, device); in mali_gralloc_module_device_open()
74 status = framebuffer_device_open(module, name, device); in mali_gralloc_module_device_open()
80 int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() argument
82 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_register_buffer()
87 int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() argument
89 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unregister_buffer()
94 int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc_lock() argument
97 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock()
102 int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr() argument
105 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr()
110 int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() argument
112 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock()
117 int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_async() argument
121 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_async()
126 int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr_async() argument
130 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_lock_ycbcr_async()
135 int gralloc_unlock_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_unlock_async() argument
138 const mali_gralloc_module *m = reinterpret_cast<const mali_gralloc_module *>(module); in gralloc_unlock_async()