Home | History | Annotate | Download | only in gralloc

Lines Matching refs:device

43     alloc_device_t  device;
53 hw_device_t** device);
56 hw_device_t** device);
286 hw_device_t** device)
297 dev->device.common.tag = HARDWARE_DEVICE_TAG;
298 dev->device.common.version = 0;
299 dev->device.common.module = const_cast<hw_module_t*>(module);
300 dev->device.common.close = gralloc_close;
302 dev->device.alloc = gralloc_alloc;
303 dev->device.free = gralloc_free;
305 *device = &dev->device.common;
308 status = fb_device_open(module, name, device);