mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
71afcf1f87cc247a96e7b3453ed4afc5c2072c46
The CNT, MAX enum values had two drawbacks: - they were invalid enum value that were part of the enum thus enum validity check would validate them although those values are only expected to be use in loops/validation code. - they are not extensible by vendors The *_ALL enum values were not extensible by vendors. Those values can instead be replaced by treble enum iterator and helper functions. Bug: 38184704 Test: none Change-Id: I1a9527bb7311088e0abe22eceee92d21d9171ca4 Signed-off-by: Kevin Rocard <krocard@google.com>
Merge "Convert boot, memtrack and power hal to use service name aware testing." am:
b9515d9d3f am: a713584847
Merge "Convert boot, memtrack and power hal to use service name aware testing." am:
b9515d9d3f am: a713584847
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%