Searched defs:hw_device_t (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhardware.h39 struct hw_device_t;
79 struct hw_device_t** device);
84 * Every device data structure must begin with hw_device_t
87 typedef struct hw_device_t { struct
91 /** version number for hw_device_t */
101 int (*close)(struct hw_device_t* device);
103 } hw_device_t; typedef in typeref:struct:hw_device_t

Completed in 21 milliseconds