Skip to content

Commit

Permalink
smdk4412-common: update libhealthd
Browse files Browse the repository at this point in the history
Change-Id: Id01fc8cc3c36ec4fb78f67017a4f39356c52f14b
  • Loading branch information
sbrissen committed Oct 23, 2015
1 parent 0dbc444 commit 3e4ba9e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions libhealthd/healthd_board_exynos4.cpp
Expand Up @@ -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()
{

}

0 comments on commit 3e4ba9e

Please sign in to comment.