Searched refs:batteryCurrentNowPath (Results 1 – 4 of 4) sorted by relevance
314 if (!mHealthdConfig->batteryCurrentNowPath.empty()) in updateValues()315 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()423 if (!healthd_config.batteryCurrentNowPath.empty()) { in doLogValues()493 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in getProperty()495 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()560 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()561 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()578 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()683 if (mHealthdConfig->batteryCurrentNowPath.empty()) { in init()688 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
376 if (!mHealthdConfig->batteryCurrentNowPath.empty()) in updateValues()377 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()511 if (!healthd_config.batteryCurrentNowPath.empty()) { in doLogValues()625 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in getProperty()627 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()722 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()723 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()740 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()845 if (mHealthdConfig->batteryCurrentNowPath.empty()) { in init()850 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
130 config->batteryCurrentNowPath = createFile("/data/local/tmp/batteryCurrentNow", "99000"); in healthd_board_init()
67 android::String8 batteryCurrentNowPath; member