Searched defs:hw_device_t (Results 1 – 2 of 2) sorted by relevance
167 typedef struct hw_device_t { struct169 uint32_t tag;200 int (*close)(struct hw_device_t* device); argument202 } hw_device_t; typedef
87 static int hwc_device_close(struct hw_device_t * /* dev */) in hwc_device_close()