Searched refs:healthd_board_battery_update (Results 1 – 7 of 7) sorted by relevance
24 int healthd_board_battery_update(struct android::BatteryProperties*) in healthd_board_battery_update() function
57 `healthd_board_battery_update()`. Similarly, Health HAL 1.0 contains `init()`64 * `healthd_board_battery_update()` / `@1.0::IHealth.update()` should be called71 healthd_board_battery_update(&props);75 For efficiency, you should move code in `healthd_board_battery_update` to93 `healthd_board_battery_update()` (instead of using `libhealthd.default`),239 // returning to clients. This is similar to healthd_board_battery_update().
32 int healthd_board_battery_update(struct android::BatteryProperties*) { in healthd_board_battery_update() function
159 bool log = (healthd_board_battery_update(&props) == 0); in update()
61 int skipLogging = healthd_board_battery_update(&p); in update()
96 int healthd_board_battery_update(struct android::BatteryProperties*) {