Searched refs:has_wireless (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | ChargeStatsReporter.cpp | 172 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/ |
D | ChargeStatsReporter.h | 42 const bool has_wireless, const std::string &wfile_contents);
|
D | UeventListener.h | 90 const bool has_wireless, const std::string wfile_contents);
|