Home
last modified time | relevance | path

Searched refs:battery_update (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/
Dhealthd.cpp105 .battery_update = healthd_mode_android_battery_update,
112 .battery_update = healthd_mode_charger_battery_update,
119 .battery_update = healthd_mode_nop_battery_update,
Dhealthd.h84 void (*battery_update)(struct android::BatteryProperties *props); member
DBatteryMonitor.cpp274 healthd_mode_ops->battery_update(&props); in update()