tree: 7034714711662b0b3491e3f3713c8bf90accb34b [path history] [tgz]
  1. libhealthhalutils/
  2. README.md
health/2.0/utils/README.md

libhealthhalutils

A convenience library for (hwbinder) clients of health HAL to choose between the "default" instance (served by vendor service) or "backup" instance (served by healthd). C++ clients of health HAL should use this library instead of calling IHealth::getService() directly.

Its Java equivalent can be found in BatteryService.HealthServiceWrapper.