Home
last modified time | relevance | path

Searched refs:healthd_board_battery_update (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/health/2.0/default/
DHealthImplDefault.cpp32 int healthd_board_battery_update(struct android::BatteryProperties*) { in healthd_board_battery_update() function
DHealth.cpp159 bool log = (healthd_board_battery_update(&props) == 0); in update()
/hardware/interfaces/health/2.1/
DREADME.md57 `healthd_board_battery_update()`. Similarly, Health HAL 1.0 contains `init()`
64 * `healthd_board_battery_update()` / `@1.0::IHealth.update()` should be called
71 healthd_board_battery_update(&props);
75 For efficiency, you should move code in `healthd_board_battery_update` to
93 `healthd_board_battery_update()` (instead of using `libhealthd.default`),
239 // returning to clients. This is similar to healthd_board_battery_update().
/hardware/interfaces/health/2.0/
DREADME96 int healthd_board_battery_update(struct android::BatteryProperties*) {
DREADME.md96 int healthd_board_battery_update(struct android::BatteryProperties*) {