Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd.cpp77 static BatteryMonitor* gBatteryMonitor; variable
175 return gBatteryMonitor->getProperty(id, val); in healthd_get_property()
182 int new_wake_interval = gBatteryMonitor->update() ? in healthd_battery_update()
203 gBatteryMonitor->dumpState(fd); in healthd_dump_battery_state()
324 gBatteryMonitor = new BatteryMonitor(); in healthd_init()
325 gBatteryMonitor->init(&healthd_config); in healthd_init()