Home | History | Annotate | Download | only in libgralloc-qsd8k

Lines Matching refs:device

51     alloc_device_t  device;
61 hw_device_t** device);
64 hw_device_t** device);
446 hw_device_t** device)
457 dev->device.common.tag = HARDWARE_DEVICE_TAG;
458 dev->device.common.version = 0;
459 dev->device.common.module = const_cast<hw_module_t*>(module);
460 dev->device.common.close = gralloc_close;
462 dev->device.alloc = gralloc_alloc;
463 dev->device.free = gralloc_free;
465 *device = &dev->device.common;
468 status = fb_device_open(module, name, device);