Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp170 void SysfsCollector::logBatteryChargeCycles(const std::shared_ptr<IStats> &stats_client) { in logBatteryChargeCycles()
207 void SysfsCollector::logBatteryEEPROM(const std::shared_ptr<IStats> &stats_client) { in logBatteryEEPROM()
224 const std::shared_ptr<IStats> stats_client = getStatsService(); in logBatteryHistoryValidation() local
236 void SysfsCollector::logBatteryHealth(const std::shared_ptr<IStats> &stats_client) { in logBatteryHealth()
243 void SysfsCollector::logBatteryTTF(const std::shared_ptr<IStats> &stats_client) { in logBatteryTTF()
250 void SysfsCollector::logCodecFailed(const std::shared_ptr<IStats> &stats_client) { in logCodecFailed()
274 void SysfsCollector::logCodec1Failed(const std::shared_ptr<IStats> &stats_client) { in logCodec1Failed()
296 void SysfsCollector::reportSlowIoFromFile(const std::shared_ptr<IStats> &stats_client, in reportSlowIoFromFile()
327 void SysfsCollector::logSlowIO(const std::shared_ptr<IStats> &stats_client) { in logSlowIO()
337 void SysfsCollector::logSpeakerImpedance(const std::shared_ptr<IStats> &stats_client) { in logSpeakerImpedance()
[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()
116 bool BatteryHealthReporter::reportBatteryHealthUsage(const std::shared_ptr<IStats> &stats_client) { in reportBatteryHealthUsage()
142 const std::shared_ptr<IStats> &stats_client, const char *line) { in reportBatteryHealthUsageEvent()
176 void BatteryHealthReporter::checkAndReportStatus(const std::shared_ptr<IStats> &stats_client) { in checkAndReportStatus()
DUeventListener.cpp105 void UeventListener::ReportMicBrokenOrDegraded(const std::shared_ptr<IStats> &stats_client, in ReportMicBrokenOrDegraded()
115 void UeventListener::ReportMicStatusUevents(const std::shared_ptr<IStats> &stats_client, in ReportMicStatusUevents()
153 void UeventListener::ReportUsbPortOverheatEvent(const std::shared_ptr<IStats> &stats_client, in ReportUsbPortOverheatEvent()
182 void UeventListener::ReportChargeMetricsEvent(const std::shared_ptr<IStats> &stats_client, in ReportChargeMetricsEvent()
191 void UeventListener::ReportFGMetricsEvent(const std::shared_ptr<IStats> &stats_client, in ReportFGMetricsEvent()
218 void UeventListener::ReportBatteryCapacityFGEvent(const std::shared_ptr<IStats> &stats_client, in ReportBatteryCapacityFGEvent()
232 void UeventListener::ReportTypeCPartnerId(const std::shared_ptr<IStats> &stats_client) { in ReportTypeCPartnerId()
289 void UeventListener::ReportGpuEvent(const std::shared_ptr<IStats> &stats_client, const char *driver, in ReportGpuEvent()
327 void UeventListener::ReportThermalAbnormalEvent(const std::shared_ptr<IStats> &stats_client, in ReportThermalAbnormalEvent()
477 std::shared_ptr<IStats> stats_client = getStatsService(); in ProcessUevent() local
DStatsHelper.cpp60 void reportSpeakerImpedance(const std::shared_ptr<IStats> &stats_client, in reportSpeakerImpedance()
79 void reportSpeakerHealthStat(const std::shared_ptr<IStats> &stats_client, in reportSpeakerHealthStat()
104 void reportSlowIo(const std::shared_ptr<IStats> &stats_client, in reportSlowIo()
123 void reportChargeCycles(const std::shared_ptr<IStats> &stats_client, in reportChargeCycles()
144 void reportHardwareFailed(const std::shared_ptr<IStats> &stats_client, in reportHardwareFailed()
165 void reportSpeechDspStat(const std::shared_ptr<IStats> &stats_client, in reportSpeechDspStat()
188 void reportUsbPortOverheat(const std::shared_ptr<IStats> &stats_client, in reportUsbPortOverheat()
213 void reportUsbDataSessionEvent(const std::shared_ptr<IStats> &stats_client, in reportUsbDataSessionEvent()
DBatteryFGReporter.cpp55 void BatteryFGReporter::reportAbnormalEvent(const std::shared_ptr<IStats> &stats_client, in reportAbnormalEvent()
131 void BatteryFGReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent()
216 void BatteryFGReporter::checkAndReportFwUpdate(const std::shared_ptr<IStats> &stats_client, in checkAndReportFwUpdate()
250 void BatteryFGReporter::checkAndReportFGAbnormality(const std::shared_ptr<IStats> &stats_client, in checkAndReportFGAbnormality()
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()
124 void BatteryTTFReporter::checkAndReportStats(const std::shared_ptr<IStats> &stats_client) { in checkAndReportStats()
DBatteryEEPROMReporter.cpp46 void BatteryEEPROMReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport()
188 void BatteryEEPROMReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent()
273 void BatteryEEPROMReporter::checkAndReportGMSR(const std::shared_ptr<IStats> &stats_client, in checkAndReportGMSR()
316 void BatteryEEPROMReporter::checkAndReportMaxfgHistory(const std::shared_ptr<IStats> &stats_client, in checkAndReportMaxfgHistory()
428 void BatteryEEPROMReporter::checkAndReportFGLearning(const std::shared_ptr<IStats> &stats_client, in checkAndReportFGLearning()
497 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()
323 void DisplayStatsReporter::logDisplayStats(const std::shared_ptr<IStats> &stats_client, in logDisplayStats()
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()
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()
DChargeStatsReporter.cpp53 void ChargeStatsReporter::ReportChargeStats(const std::shared_ptr<IStats> &stats_client, in ReportChargeStats()
171 void ChargeStatsReporter::ReportVoltageTierStats(const std::shared_ptr<IStats> &stats_client, in ReportVoltageTierStats()
263 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()
266 void BrownoutDetectedReporter::logBrownoutCsv(const std::shared_ptr<IStats> &stats_client, in logBrownoutCsv()
334 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()
DTempResidencyReporter.cpp119 const std::shared_ptr<IStats> &stats_client, std::string_view temperature_residency_path, in logTempResidencyStats()
DMmMetricsReporter.cpp287 bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_client, int atom_id, in reportVendorAtom()
625 void MmMetricsReporter::logPixelMmMetricsPerHour(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerHour()
667 void MmMetricsReporter::logPixelMmMetricsPerDay(const std::shared_ptr<IStats> &stats_client) { in logPixelMmMetricsPerDay()
1458 const std::shared_ptr<IStats> &stats_client, int atom_id, const std::string &cma_type, in reportCmaStatusAtom()
1496 void MmMetricsReporter::logCmaStatus(const std::shared_ptr<IStats> &stats_client) { in logCmaStatus()
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/graphics/common/libhwc2.1/
Dpixelstats-display.cpp49 const std::shared_ptr<IStats> stats_client = getStatsService(); in reportDisplayPortUsage() local