Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp110 num_events_in_last_hour_--; in shouldReportEvent()
115 if (num_events_in_last_hour_ < MAX_LOG_EVENTS_PER_HOUR) { in shouldReportEvent()
119 num_events_in_last_hour_++; in shouldReportEvent()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h76 int num_events_in_last_hour_ = 0; variable