Searched refs:voltage_avg (Results 1 – 2 of 2) sorted by relevance
31 LowBatteryShutdownMetrics::LowBatteryShutdownMetrics(const char *const voltage_avg, in LowBatteryShutdownMetrics() argument33 : kVoltageAvg(voltage_avg), kPersistProp(persist_prop) { in LowBatteryShutdownMetrics()54 int32_t voltage_avg; in uploadVoltageAvg() local56 if (!(voltage_avg = stoi(item))) { in uploadVoltageAvg()60 LOG(INFO) << "Uploading voltage_avg: " << std::to_string(voltage_avg); in uploadVoltageAvg()61 shutdown.set_last_recorded_micro_volt(voltage_avg); in uploadVoltageAvg()71 std::string voltage_avg; in saveVoltageAvg() local74 if (!ReadFileToString(kVoltageAvg, &voltage_avg)) { in saveVoltageAvg()78 voltage_avg = ::android::base::Trim(voltage_avg); in saveVoltageAvg()84 prop_contents += voltage_avg; in saveVoltageAvg()
38 const char *const voltage_avg,