Searched refs:wline_ac (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | ChargeStatsReporter.cpp | 55 const std::string wline_ac, in ReportChargeStats() argument 113 ALOGD("wlc: processing %s", wline_ac.c_str()); in ReportChargeStats() 114 if (sscanf(wline_ac.c_str(), "D:%x,%x,%x,%x,%x, %x,%x", &tmp[10], &tmp[11], &tmp[12], in ReportChargeStats() 116 ALOGE("Couldn't process %s", wline_ac.c_str()); in ReportChargeStats() 265 std::string file_contents, line, wfile_contents, wline_at, wline_ac, pca_file_contents, in checkAndReport() local 306 std::getline(wss, wline_ac); 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,
|