Lines Matching defs:version
47 * The current HAL API version.
72 * Use this macro to set the hw_device_t.version field
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module user must interpret the version field to decide whether or
102 * The module API version should include a major and a minor component.
103 * For example, version 1.0 could be represented as 0x0100. This format
115 * source code compatibility. They will be removed in the next version.
116 * ALL clients must convert to the new version format.
120 * The API version of the HAL module interface. This is meant to
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
125 * must NOT rely on this value for version information.
176 * and device version fields to ensure that the user is capable of
187 uint32_t version;