Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp183 const std::string wline_ac, const std::string pca_line) { in ReportChargeStats() argument
220 ALOGD("ChargeStats(wlc): processing %s", wline_ac.c_str()); in ReportChargeStats()
221 if (sscanf(wline_ac.c_str(), "D:%x,%x,%x,%x,%x, %x,%x", &tmp[7], &tmp[8], &tmp[9], in ReportChargeStats()
223 ALOGE("Couldn't process %s", wline_ac.c_str()); in ReportChargeStats()
336 std::string file_contents, line, wfile_contents, wline_at, wline_ac, pca_file_contents, in ReportChargeMetricsEvent() local
371 std::getline(wss, wline_ac); in ReportChargeMetricsEvent()
377 ReportChargeStats(stats_client, line, wline_at, wline_ac, pca_line); in ReportChargeMetricsEvent()
/hardware/google/pixel/pixelstats/include/pixelstats/
DUeventListener.h89 const std::string wline_at, const std::string wline_ac,