summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhealthd/healthd_board_exynos4.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/libhealthd/healthd_board_exynos4.cpp b/libhealthd/healthd_board_exynos4.cpp
index 90a1719..7d51c13 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()
+{
+
+}