Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp66 int64_t BatteryCapacityReporter::getTimeSecs(void) { in getTimeSecs() function in android::hardware::google::pixel::BatteryCapacityReporter
103 (getTimeSecs() - unexpected_event_timer_secs_) <= (30 * 60); in check()
128 unexpected_event_timer_secs_ = getTimeSecs(); in check()
136 unexpected_event_timer_secs_ = getTimeSecs(); in check()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h34 int64_t getTimeSecs();