Searched refs:wline_at (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | ChargeStatsReporter.cpp | 54 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/ |
D | ChargeStatsReporter.h | 44 const std::string wline_at, const std::string wline_ac,
|
D | UeventListener.h | 87 const std::string wline_at, const std::string wline_ac,
|