diff options
author | Caio Schnepper <caioschnepper@gmail.com> | 2015-10-29 21:29:22 -0200 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2015-10-29 21:29:22 -0200 |
commit | 52f632b0300c8592ecb2cd769b34b17a07d54231 (patch) | |
tree | 4367feacbd67b007d92d7cad7cbf78959915d853 | |
parent | ffb71761f1ff3242e95e178072c0a4b821861fa5 (diff) | |
download | device_samsung_galaxys2-common-52f632b0300c8592ecb2cd769b34b17a07d54231.zip device_samsung_galaxys2-common-52f632b0300c8592ecb2cd769b34b17a07d54231.tar.gz device_samsung_galaxys2-common-52f632b0300c8592ecb2cd769b34b17a07d54231.tar.bz2 |
galaxys2-common: Update libhealthd
Change-Id: I6ada5437c9b54cc62f6deb8387b7d0711dc682ff
-rw-r--r-- | libhealthd/healthd_board_exynos4.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
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() +{ + +} |