Home
last modified time | relevance | path

Searched refs:resistance_str (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp142 std::string resistance_str, ocv_str; in recordSample() local
148 if (!android::base::ReadFileToString(kBatteryResistance, &resistance_str)) { in recordSample()
151 } else if (!(resistance = stoi(resistance_str))) { in recordSample()
152 LOG(ERROR) << "Can't parse battery resistance value " << resistance_str; in recordSample()