Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryHealthReporter.h35 void checkAndReportStatus(const std::shared_ptr<IStats> &stats_client);
/hardware/google/pixel/pixelstats/
DBatteryHealthReporter.cpp176 void BatteryHealthReporter::checkAndReportStatus(const std::shared_ptr<IStats> &stats_client) { in checkAndReportStatus() function in android::hardware::google::pixel::BatteryHealthReporter
DSysfsCollector.cpp237 battery_health_reporter_.checkAndReportStatus(stats_client); in logBatteryHealth()