Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp172 const char *line, const bool has_wireless = false, in ReportVoltageTierStats() argument
212 if (has_wireless) { in ReportVoltageTierStats()
268 bool has_wireless, has_pca, has_thermal, has_gcharger, has_dual_batt; in checkAndReport() local
299 has_wireless = wireless_charge_stats_.CheckWirelessContentsAndAck(&wfile_contents); in checkAndReport()
300 if (has_wireless) { in checkAndReport()
315 ReportVoltageTierStats(stats_client, line.c_str(), has_wireless, wfile_contents); in checkAndReport()
/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h42 const bool has_wireless, const std::string &wfile_contents);
DUeventListener.h90 const bool has_wireless, const std::string wfile_contents);