Home | History | Annotate | Download | only in gralloc

Lines Matching defs:module

69 int fb_device_open(const hw_module_t* module, const char* name,
72 static int gralloc_device_open(const hw_module_t* module, const char* name,
75 extern int gralloc_lock(gralloc_module_t const* module,
80 extern int gralloc_unlock(gralloc_module_t const* module,
83 extern int gralloc_register_buffer(gralloc_module_t const* module,
86 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
102 name: "Graphics Memory Allocator Module",
351 (dev->common.module);
352 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>
353 (dev->common.module);
387 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
388 dev->common.module);
390 grallocUnmap(module, const_cast<private_handle_t*>(hnd));
416 int gralloc_device_open(const hw_module_t* module, const char* name,
430 dev->device.common.module = const_cast<hw_module_t*>(module);
436 private_module_t *p = reinterpret_cast<private_module_t*>(dev->device.common.module);
442 status = fb_device_open(module, name, device);