Lines Matching refs:common
80 .common = {
108 dev->common.module); in gralloc_alloc_framebuffer_locked()
161 dev->common.module); in gralloc_alloc_framebuffer()
185 dev->common.module); in gralloc_alloc_buffer()
255 dev->common.module); in gralloc_free()
261 dev->common.module); in gralloc_free()
296 dev->device.common.tag = HARDWARE_DEVICE_TAG; in gralloc_device_open()
297 dev->device.common.version = 0; in gralloc_device_open()
298 dev->device.common.module = const_cast<hw_module_t*>(module); in gralloc_device_open()
299 dev->device.common.close = gralloc_close; in gralloc_device_open()
304 *device = &dev->device.common; in gralloc_device_open()