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