Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp56 const std::string pca_line) { in ReportChargeStats() argument
122 if (!pca_line.empty()) { in ReportChargeStats()
123 ALOGD("pca: processing %s", pca_line.c_str()); in ReportChargeStats()
124 if (sscanf(pca_line.c_str(), "D:%x,%x %x,%x,%x,%x,%x", &pca_ac[0], &pca_ac[1], &pca_rs[0], in ReportChargeStats()
126 ALOGE("Couldn't process %s", pca_line.c_str()); in ReportChargeStats()
266 pca_line, thermal_file_contents, gcharger_file_contents, gdbatt_file_contents; in checkAndReport() local
296 std::getline(pca_ss, pca_line); in checkAndReport()
312 ReportChargeStats(stats_client, line, wline_at, wline_ac, pca_line); in checkAndReport()
/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h45 const std::string pca_line);
DUeventListener.h88 const std::string pca_line);