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