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);
257 dev->common.module);
262 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
263 dev->common.module);
264 terminateBuffer(module, const_cast<private_handle_t*>(hnd));
286 int gralloc_device_open(const hw_module_t* module, const char* name,
300 dev->device.common.module = const_cast<hw_module_t*>(module);
309 status = fb_device_open(module, name, device);