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

/hardware/libhardware/include/hardware/
H A Dhardware.h72 * Use this macro to set the hw_device_t.version field
79 struct hw_device_t;
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
159 struct hw_device_t** device);
164 * Every device data structure must begin with hw_device_t
167 typedef struct hw_device_t { struct
200 int (*close)(struct hw_device_t* device);
202 } hw_device_t; typedef in typeref:struct:hw_device_t

Completed in 214 milliseconds