Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp54 const std::string line, const std::string wline_at, in ReportChargeStats() argument
106 if (!wline_at.empty()) { in ReportChargeStats()
108 ALOGD("wlc: processing %s", wline_at.c_str()); in ReportChargeStats()
109 if (sscanf(wline_at.c_str(), "A:%d", &ssoc_tmp) != 1) { in ReportChargeStats()
110 ALOGE("Couldn't process %s", wline_at.c_str()); in ReportChargeStats()
133 if (wline_at.empty()) { in ReportChargeStats()
265 std::string file_contents, line, wfile_contents, wline_at, wline_ac, pca_file_contents, in checkAndReport() local
305 std::getline(wss, wline_at); in checkAndReport()
312 ReportChargeStats(stats_client, line, wline_at, wline_ac, pca_line); in checkAndReport()
/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h44 const std::string wline_at, const std::string wline_ac,
DUeventListener.h87 const std::string wline_at, const std::string wline_ac,