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

/external/chromium_org/third_party/hwcplus/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
155 struct hw_device_t** device);
160 * Every device data structure must begin with hw_device_t
163 typedef struct hw_device_t { struct
192 int (*close)(struct hw_device_t* device);
194 } hw_device_t; typedef in typeref:struct:hw_device_t

Completed in 102 milliseconds