Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd.cpp108 .battery_update = healthd_mode_android_battery_update,
115 .battery_update = healthd_mode_charger_battery_update,
122 .battery_update = healthd_mode_nop_battery_update,
DBatteryMonitor.cpp358 healthd_mode_ops->battery_update(&props); in update()
/system/core/healthd/include/healthd/
Dhealthd.h88 void (*battery_update)(struct android::BatteryProperties *props); member