Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp401 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in getProperty()
403 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
458 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in dumpState()
459 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
590 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in init()
595 mHealthdConfig->batteryCurrentAvgPath = path; in init()
Dhealthd.cpp53 .batteryCurrentAvgPath = String8(String8::kEmptyString),
/system/core/healthd/include/healthd/
Dhealthd.h66 android::String8 batteryCurrentAvgPath; member