Searched refs:batteryCurrentNowPath (Results 1 – 4 of 4) sorted by relevance
314 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in updateValues()315 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()427 if (!healthd_config.batteryCurrentNowPath.isEmpty()) { in doLogValues()497 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()499 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()564 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()565 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()582 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()692 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()697 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
374 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in updateValues()375 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()513 if (!healthd_config.batteryCurrentNowPath.isEmpty()) { in doLogValues()624 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()626 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()711 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()712 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()729 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()839 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()844 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
130 config->batteryCurrentNowPath = createFile("/data/local/tmp/batteryCurrentNow", "99000"); in healthd_board_init()
67 android::String8 batteryCurrentNowPath; member