Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
libhealthhalutils/ | 15-Dec-2024 | - | 121 | 65 | ||
README.md | D | 15-Dec-2024 | 369 | 9 | 6 |
README.md
1# libhealthhalutils 2 3A convenience library for (hwbinder) clients of health HAL to choose between 4the "default" instance (served by vendor service) or "backup" instance (served 5by healthd). C++ clients of health HAL should use this library instead of 6calling `IHealth::getService()` directly. 7 8Its Java equivalent can be found in `BatteryService.HealthServiceWrapper`. 9