Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp350 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in getProperty()
352 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
406 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in dumpState()
407 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
507 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in init()
512 mHealthdConfig->batteryCurrentAvgPath = path; in init()
Dhealthd.h66 android::String8 batteryCurrentAvgPath; member
Dhealthd.cpp53 .batteryCurrentAvgPath = String8(String8::kEmptyString),