Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp306 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in getProperty()
308 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
362 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in dumpState()
363 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
464 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in init()
469 mHealthdConfig->batteryCurrentAvgPath = path; in init()
Dhealthd.h66 android::String8 batteryCurrentAvgPath; member
Dhealthd.cpp53 .batteryCurrentAvgPath = String8(String8::kEmptyString),