From 52f632b0300c8592ecb2cd769b34b17a07d54231 Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Thu, 29 Oct 2015 21:29:22 -0200 Subject: [PATCH] galaxys2-common: Update libhealthd Change-Id: I6ada5437c9b54cc62f6deb8387b7d0711dc682ff --- libhealthd/healthd_board_exynos4.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/libhealthd/healthd_board_exynos4.cpp b/libhealthd/healthd_board_exynos4.cpp index 5809692..cf178e0 100644 --- a/libhealthd/healthd_board_exynos4.cpp +++ b/libhealthd/healthd_board_exynos4.cpp @@ -37,3 +37,23 @@ healthd_board_battery_update(struct android::BatteryProperties *props) // return 0 to log periodic polled battery status to kernel log return 0; } + +void healthd_board_mode_charger_draw_battery(struct android::BatteryProperties*) +{ + +} + +void healthd_board_mode_charger_battery_update(struct android::BatteryProperties*) +{ + +} + +void healthd_board_mode_charger_set_backlight(bool) +{ + +} + +void healthd_board_mode_charger_init() +{ + +}