Home
last modified time | relevance | path

Searched defs:stats_client (Results 1 – 24 of 24) sorted by relevance

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp123 void SysfsCollector::logBatteryChargeCycles(const std::shared_ptr<IStats> &stats_client) { in logBatteryChargeCycles()
164 void SysfsCollector::logBatteryEEPROM(const std::shared_ptr<IStats> &stats_client) { in logBatteryEEPROM()
187 const std::shared_ptr<IStats> stats_client = getStatsService(); in logBatteryHistoryValidation() local
200 void SysfsCollector::logBatteryHealth(const std::shared_ptr<IStats> &stats_client) { in logBatteryHealth()
207 void SysfsCollector::logBatteryTTF(const std::shared_ptr<IStats> &stats_client) { in logBatteryTTF()
214 void SysfsCollector::logCodecFailed(const std::shared_ptr<IStats> &stats_client) { in logCodecFailed()
241 void SysfsCollector::logCodec1Failed(const std::shared_ptr<IStats> &stats_client) { in logCodec1Failed()
265 void SysfsCollector::reportSlowIoFromFile(const std::shared_ptr<IStats> &stats_client, in reportSlowIoFromFile()
296 void SysfsCollector::logSlowIO(const std::shared_ptr<IStats> &stats_client) { in logSlowIO()
311 void SysfsCollector::logSpeakerImpedance(const std::shared_ptr<IStats> &stats_client) { in logSpeakerImpedance()
[all …]
DUeventListener.cpp109 void UeventListener::ReportMicBrokenOrDegraded(const std::shared_ptr<IStats> &stats_client, in ReportMicBrokenOrDegraded()
119 void UeventListener::ReportMicStatusUevents(const std::shared_ptr<IStats> &stats_client, in ReportMicStatusUevents()
164 void UeventListener::ReportUsbPortOverheatEvent(const std::shared_ptr<IStats> &stats_client, in ReportUsbPortOverheatEvent()
200 void UeventListener::ReportChargeMetricsEvent(const std::shared_ptr<IStats> &stats_client, in ReportChargeMetricsEvent()
216 void UeventListener::ReportFGMetricsEvent(const std::shared_ptr<IStats> &stats_client, in ReportFGMetricsEvent()
230 void UeventListener::ReportFwUpdateEvent(const std::shared_ptr<IStats> &stats_client, in ReportFwUpdateEvent()
243 void UeventListener::ReportWlcFwUpdateEvent(const std::shared_ptr<IStats> &stats_client, in ReportWlcFwUpdateEvent()
273 void UeventListener::ReportBatteryCapacityFGEvent(const std::shared_ptr<IStats> &stats_client, in ReportBatteryCapacityFGEvent()
290 void UeventListener::ReportTypeCPartnerId(const std::shared_ptr<IStats> &stats_client) { in ReportTypeCPartnerId()
360 void UeventListener::ReportGpuEvent(const std::shared_ptr<IStats> &stats_client, const char *driver, in ReportGpuEvent()
[all …]
DBatteryHealthReporter.cpp50 bool BatteryHealthReporter::reportBatteryHealthStatus(const std::shared_ptr<IStats> &stats_client) { in reportBatteryHealthStatus()
70 const std::shared_ptr<IStats> &stats_client, const char *line) { in reportBatteryHealthStatusEvent()
114 bool BatteryHealthReporter::reportBatteryHealthUsage(const std::shared_ptr<IStats> &stats_client) { in reportBatteryHealthUsage()
140 const std::shared_ptr<IStats> &stats_client, const char *line) { in reportBatteryHealthUsageEvent()
172 void BatteryHealthReporter::checkAndReportStatus(const std::shared_ptr<IStats> &stats_client) { in checkAndReportStatus()
DStatsHelper.cpp60 void reportVendorAtom(const std::shared_ptr<IStats> &stats_client, VendorAtom event) { in reportVendorAtom()
69 void reportSpeakerImpedance(const std::shared_ptr<IStats> &stats_client, in reportSpeakerImpedance()
88 void reportSpeakerHealthStat(const std::shared_ptr<IStats> &stats_client, in reportSpeakerHealthStat()
113 void reportSlowIo(const std::shared_ptr<IStats> &stats_client, in reportSlowIo()
132 void reportChargeCycles(const std::shared_ptr<IStats> &stats_client, in reportChargeCycles()
153 void reportHardwareFailed(const std::shared_ptr<IStats> &stats_client, in reportHardwareFailed()
174 void reportSpeechDspStat(const std::shared_ptr<IStats> &stats_client, in reportSpeechDspStat()
197 void reportUsbPortOverheat(const std::shared_ptr<IStats> &stats_client, in reportUsbPortOverheat()
222 void reportUsbDataSessionEvent(const std::shared_ptr<IStats> &stats_client, in reportUsbDataSessionEvent()
DBatteryTTFReporter.cpp49 bool BatteryTTFReporter::reportBatteryTTFStats(const std::shared_ptr<IStats> &stats_client) { in reportBatteryTTFStats()
69 const std::shared_ptr<IStats> &stats_client, const char *line) { in reportBatteryTTFStatsEvent()
122 void BatteryTTFReporter::checkAndReportStats(const std::shared_ptr<IStats> &stats_client) { in checkAndReportStats()
DBatteryFGReporter.cpp48 void BatteryFGReporter::reportFGEvent(const std::shared_ptr<IStats> &stats_client, in reportFGEvent()
163 void BatteryFGReporter::checkAndReportFGAbnormality(const std::shared_ptr<IStats> &stats_client, in checkAndReportFGAbnormality()
DBatteryFwUpdateReporter.cpp43 void BatteryFwUpdateReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent()
81 void BatteryFwUpdateReporter::checkAndReportFwUpdate(const std::shared_ptr<IStats> &stats_client, in checkAndReportFwUpdate()
DBatteryEEPROMReporter.cpp79 void BatteryEEPROMReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport()
198 void BatteryEEPROMReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent()
244 void BatteryEEPROMReporter::checkAndReportGMSR(const std::shared_ptr<IStats> &stats_client, in checkAndReportGMSR()
278 void BatteryEEPROMReporter::checkAndReportMaxfgHistory(const std::shared_ptr<IStats> &stats_client, in checkAndReportMaxfgHistory()
379 void BatteryEEPROMReporter::checkAndReportFGLearning(const std::shared_ptr<IStats> &stats_client, in checkAndReportFGLearning()
427 void BatteryEEPROMReporter::checkAndReportValidation(const std::shared_ptr<IStats> &stats_client, in checkAndReportValidation()
DDisplayStatsReporter.cpp137 const std::shared_ptr<IStats> &stats_client, in logDisplayPanelErrorStats()
214 const std::shared_ptr<IStats> &stats_client, in logDisplayPortErrorStats()
281 void DisplayStatsReporter::logHDCPAuthTypeStats(const std::shared_ptr<IStats> &stats_client, in logHDCPAuthTypeStats()
353 const std::shared_ptr<IStats> &stats_client, in logDisplayPortFECDSCStats()
423 const std::shared_ptr<IStats> &stats_client, in logDisplayPortMaxResStats()
463 void DisplayStatsReporter::logDisplayStats(const std::shared_ptr<IStats> &stats_client, in logDisplayStats()
DWaterEventReporter.cpp69 void WaterEventReporter::logEvent(const std::shared_ptr<IStats> &stats_client, in logEvent()
163 void WaterEventReporter::logBootEvent(const std::shared_ptr<IStats> &stats_client, in logBootEvent()
173 void WaterEventReporter::logUevent(const std::shared_ptr<IStats> &stats_client, in logUevent()
DBatteryCapacityReporter.cpp61 void BatteryCapacityReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport()
178 void BatteryCapacityReporter::reportEvent(const std::shared_ptr<IStats> &stats_client) { in reportEvent()
DThermalStatsReporter.cpp131 void ThermalStatsReporter::logThermalDfsStats(const std::shared_ptr<IStats> &stats_client, in logThermalDfsStats()
182 void ThermalStatsReporter::logThermalStats(const std::shared_ptr<IStats> &stats_client, in logThermalStats()
DChargeStatsReporter.cpp53 void ChargeStatsReporter::ReportChargeStats(const std::shared_ptr<IStats> &stats_client, in ReportChargeStats()
166 void ChargeStatsReporter::ReportVoltageTierStats(const std::shared_ptr<IStats> &stats_client, in ReportVoltageTierStats()
256 void ChargeStatsReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport()
DBrownoutDetectedReporter.cpp123 void BrownoutDetectedReporter::uploadData(const std::shared_ptr<IStats> &stats_client, in uploadData()
349 void BrownoutDetectedReporter::logBrownoutCsv(const std::shared_ptr<IStats> &stats_client, in logBrownoutCsv()
503 void BrownoutDetectedReporter::logBrownout(const std::shared_ptr<IStats> &stats_client, in logBrownout()
DMitigationStatsReporter.cpp59 void MitigationStatsReporter::logMitigationStatsPerHour(const std::shared_ptr<IStats> &stats_client, in logMitigationStatsPerHour()
DMmMetricsReporter.cpp329 bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, in reportVendorAtom()
667 void MmMetricsReporter::logPixelMmMetricsPerHour(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerHour()
677 void MmMetricsReporter::logGcmaPerHour(const std::shared_ptr<IStats> &stats_client) { in logGcmaPerHour()
686 const std::shared_ptr<IStats> &stats_client) { in logMmProcessUsageByOomGroupSnapshot()
733 void MmMetricsReporter::logPixelMmMetricsPerDay(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerDay()
743 void MmMetricsReporter::logGcmaPerDay(const std::shared_ptr<IStats> &stats_client) { in logGcmaPerDay()
1532 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type, in reportCmaStatusAtom()
1570 void MmMetricsReporter::logCmaStatus(const std::shared_ptr<IStats> &stats_client) { in logCmaStatus()
DTempResidencyReporter.cpp119 const std::shared_ptr<IStats> &stats_client, std::string_view temperature_residency_path, in logTempResidencyStats()
DDropDetect.cpp171 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportDropEventToStatsd() local
DMitigationDurationReporter.cpp102 void MitigationDurationReporter::logMitigationDuration(const std::shared_ptr<IStats> &stats_client, in logMitigationDuration()
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp51 bool BatteryMetricsLogger::uploadOutlierMetric(const std::shared_ptr<IStats> &stats_client, in uploadOutlierMetric()
67 const std::shared_ptr<IStats> &stats_client) { in uploadAverageBatteryResistance()
101 std::shared_ptr<IStats> stats_client = getStatsService(); in uploadMetrics() local
DStatsHelper.cpp54 void reportBatteryHealthSnapshot(const std::shared_ptr<IStats> &stats_client, int32_t type, in reportBatteryHealthSnapshot()
84 void reportBatteryCausedShutdown(const std::shared_ptr<IStats> &stats_client, in reportBatteryCausedShutdown()
DLowBatteryShutdownMetrics.cpp48 std::shared_ptr<IStats> stats_client = getStatsService(); in uploadVoltageAvg() local
/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.cpp41 static std::shared_ptr<IStats> stats_client = nullptr; variable
407 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportStats() local
419 int ThermalStatsHelper::reportAllSensorTempStats(const std::shared_ptr<IStats> &stats_client) { in reportAllSensorTempStats()
446 bool ThermalStatsHelper::reportSensorTempStats(const std::shared_ptr<IStats> &stats_client, in reportSensorTempStats()
493 const std::shared_ptr<IStats> &stats_client) { in reportAllSensorCdevRequestStats()
524 bool ThermalStatsHelper::reportSensorCdevRequestStats(const std::shared_ptr<IStats> &stats_client, in reportSensorCdevRequestStats()
580 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportThermalAbnormality() local
611 bool ThermalStatsHelper::reportAtom(const std::shared_ptr<IStats> &stats_client, in reportAtom()
/hardware/google/pixel/usb/
DUsbDataSessionMonitor.cpp232 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportUsbDataSessionMetrics() local