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

/hardware/libhardware/include/hardware/
H A Dhardware.h29 * Value for the hw_module_t.tag field
49 * All module implementations must set the hw_module_t.hal_api_version field
66 * Use this macro to set the hw_module_t.module_api_version field.
77 struct hw_module_t;
83 * and the fields of this data structure must begin with hw_module_t
86 typedef struct hw_module_t { struct
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
154 } hw_module_t; typedef in typeref:struct:hw_module_t
158 int (*open)(const struct hw_module_t* module, const char* id,
190 struct hw_module_t* modul
[all...]

Completed in 95 milliseconds