Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp378 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in getProperty()
380 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
440 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in dumpState()
441 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
572 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) { in init()
577 mHealthdConfig->batteryCurrentAvgPath = path; in init()
Dcharger_test.cpp122 config->batteryCurrentAvgPath = createFile("/data/local/tmp/batteryCurrentAvg", "98000"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h68 android::String8 batteryCurrentAvgPath; member