Searched refs:resistance_str (Results 1 – 1 of 1) sorted by relevance
157 std::string resistance_str, ocv_str; in recordSample() local163 if (!android::base::ReadFileToString(kBatteryResistance, &resistance_str)) { in recordSample()166 } else if (!(std::stringstream(resistance_str) >> resistance)) { in recordSample()167 LOG(ERROR) << "Can't parse battery resistance value " << resistance_str; in recordSample()