Searched defs:hw_device_t (Results 1 – 5 of 5) sorted by relevance
48 struct hw_device_t { struct57 int (*close)(hw_device_t* device); argument
33 typedef struct hw_device_t { struct37 int (*close)(struct hw_device_t* device); argument38 } hw_device_t; typedef
167 typedef struct hw_device_t { struct169 uint32_t tag;200 int (*close)(struct hw_device_t* device); argument202 } hw_device_t; typedef
48 static int gralloc1_device_close(hw_device_t*) { in gralloc1_device_close() argument
351 int CloseDevice(struct hw_device_t* /*device*/) { in CloseDevice()