Searched refs:batteryCurrentAvgPath (Results 1 – 3 of 3) sorted by relevance
272 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()
131 config->batteryCurrentAvgPath = createFile("/data/local/tmp/batteryCurrentAvg", "98000"); in healthd_board_init()
68 android::String8 batteryCurrentAvgPath; member