Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
DBatteryMonitor.h45 friend struct BatteryProperties getBatteryProperties(BatteryMonitor* batteryMonitor);
/system/core/healthd/
DBatteryMonitor.cpp93 struct BatteryProperties getBatteryProperties(BatteryMonitor* batteryMonitor) { in getBatteryProperties() argument
94 return batteryMonitor->props; in getBatteryProperties()