Home
last modified time | relevance | path

Searched refs:ChargeStatsReporter (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp47 ChargeStatsReporter::ChargeStatsReporter() {} in ChargeStatsReporter() function in android::hardware::google::pixel::ChargeStatsReporter
49 int64_t ChargeStatsReporter::getTimeSecs(void) { in getTimeSecs()
53 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()
248 bool ChargeStatsReporter::shouldReportEvent(void) { in shouldReportEvent()
263 void ChargeStatsReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport()
346 bool ChargeStatsReporter::checkContentsAndAck(std::string *file_contents, const std::string &path) { in checkContentsAndAck()
DAndroid.bp159 "ChargeStatsReporter.cpp",
/hardware/google/pixel/pixelstats/include/pixelstats/
DChargeStatsReporter.h34 class ChargeStatsReporter {
36 ChargeStatsReporter();
DUeventListener.h194 ChargeStatsReporter charge_stats_reporter_;