Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp272 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) in updateValues()
274 getIntField(mHealthdConfig->batteryCurrentAvgPath); in updateValues()
431 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in getProperty()
433 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
494 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in dumpState()
495 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
651 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in init()
656 mHealthdConfig->batteryCurrentAvgPath = path; in init()
Dcharger_test.cpp131 config->batteryCurrentAvgPath = createFile("/data/local/tmp/batteryCurrentAvg", "98000"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h68 android::String8 batteryCurrentAvgPath; member