Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp157 std::string resistance_str, ocv_str; in recordSample() local
163 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()