Home | History | Annotate | Download | only in gralloc

Lines Matching refs:common

888         return sFallback->common.methods->open(&sFallback->common, name, device);
912 dev->device.common.tag = HARDWARE_DEVICE_TAG;
913 dev->device.common.version = 0;
914 dev->device.common.module = const_cast<hw_module_t*>(module);
915 dev->device.common.close = gralloc_device_close;
922 *device = &dev->device.common;
961 dev->device.common.tag = HARDWARE_DEVICE_TAG;
962 dev->device.common.version = 0;
963 dev->device.common.module = const_cast<hw_module_t*>(module);
964 dev->device.common.close = fb_close;
980 *device = &dev->device.common;
997 common: {