Lines Matching defs:device
63 * Name of the graphics device to open
95 /* buffer will be used with the framebuffer device */
257 * if supported by the device, as well as with any other format that is
342 struct gralloc_module_t const* device, buffer_handle_t handle,
354 * Every device data structure must begin with hw_device_t
402 /** convenience API for opening and closing a supported device */
405 struct alloc_device_t** device) {
407 GRALLOC_HARDWARE_GPU0, TO_HW_DEVICE_T_OPEN(device));
410 static inline int gralloc_close(struct alloc_device_t* device) {
411 return device->common.close(&device->common);