Home
last modified time | relevance | path

Searched refs:getTimeSecs (Results 1 – 12 of 12) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryTTFReporter.h42 int64_t getTimeSecs();
DBatteryHealthReporter.h46 int64_t getTimeSecs();
DBatteryCapacityReporter.h40 int64_t getTimeSecs();
DChargeStatsReporter.h47 int64_t getTimeSecs(void);
DBatteryFGReporter.h95 int64_t getTimeSecs();
DBatteryEEPROMReporter.h149 int64_t getTimeSecs();
/hardware/google/pixel/pixelstats/
DBatteryTTFReporter.cpp45 int64_t BatteryTTFReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::BatteryTTFReporter
125 int64_t now = getTimeSecs(); in checkAndReportStats()
DBatteryCapacityReporter.cpp70 int64_t BatteryCapacityReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::BatteryCapacityReporter
99 const int64_t current_time = getTimeSecs(); in shouldReportEvent()
DBatteryHealthReporter.cpp46 int64_t BatteryHealthReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::BatteryHealthReporter
177 int64_t now = getTimeSecs(); in checkAndReportStatus()
DBatteryFGReporter.cpp44 int64_t BatteryFGReporter::getTimeSecs() { in getTimeSecs() function in android::hardware::google::pixel::BatteryFGReporter
63 ab_trigger_time_[data.event] = getTimeSecs(); in reportAbnormalEvent()
65 duration = getTimeSecs() - ab_trigger_time_[data.event]; in reportAbnormalEvent()
DBatteryEEPROMReporter.cpp52 int64_t now = getTimeSecs(); in checkAndReport()
127 report_time_ = getTimeSecs(); in checkAndReport()
157 report_time_ = getTimeSecs(); in checkAndReport()
162 int64_t BatteryEEPROMReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::BatteryEEPROMReporter
DChargeStatsReporter.cpp49 int64_t ChargeStatsReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::ChargeStatsReporter
249 const int64_t current_time = getTimeSecs(); in shouldReportEvent()