Home
last modified time | relevance | path

Searched refs:checkAndReport (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h37 void checkAndReport(const std::shared_ptr<IStats> &stats_client, const std::string &path);
DChargeStatsReporter.h37 void checkAndReport(const std::shared_ptr<IStats> &stats_client, const std::string &path);
DBatteryEEPROMReporter.h47 void checkAndReport(const std::shared_ptr<IStats> &stats_client, const std::string &path);
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp61 void BatteryCapacityReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::BatteryCapacityReporter
DUeventListener.cpp188 charge_stats_reporter_.checkAndReport(stats_client, kChargeMetricsPath); in ReportChargeMetricsEvent()
229 battery_capacity_reporter_.checkAndReport(stats_client, kBatterySSOCPath); in ReportBatteryCapacityFGEvent()
DChargeStatsReporter.cpp263 void ChargeStatsReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::ChargeStatsReporter
DBatteryEEPROMReporter.cpp46 void BatteryEEPROMReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::BatteryEEPROMReporter
DSysfsCollector.cpp211 battery_EEPROM_reporter_.checkAndReport(stats_client, kEEPROMPath); in logBatteryEEPROM()