Home | History | Annotate | Download | only in gralloc

Lines Matching defs:module

52 int fb_device_open(const hw_module_t* module, const char* name,
55 static int gralloc_device_open(const hw_module_t* module, const char* name,
58 extern int gralloc_lock(gralloc_module_t const* module,
63 extern int gralloc_unlock(gralloc_module_t const* module,
66 extern int gralloc_register_buffer(gralloc_module_t const* module,
69 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
85 .name = "Graphics Memory Allocator Module",
108 dev->common.module);
161 dev->common.module);
184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
185 dev->common.module);
186 err = mapBuffer(module, hnd);
260 dev->common.module);
265 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
266 dev->common.module);
267 terminateBuffer(module, const_cast<private_handle_t*>(hnd));
289 int gralloc_device_open(const hw_module_t* module, const char* name,
303 dev->device.common.module = const_cast<hw_module_t*>(module);
312 status = fb_device_open(module, name, device);