Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A DWlcReporter.cpp76 if (checkRateLimit(WLC_VENDOR_REPORT_RATE_LIMIT_MIN_SEC, in checkAndReport()
235 if (!checkRateLimit(ORIENTATION_REPORT_RATE_LIMIT_MIN_SEC, in reportOrientation()
262 bool WlcReporter::checkRateLimit(int64_t minSecond, int maxCount, ReportRecord *rec) { in checkRateLimit() function in android::hardware::google::pixel::WlcReporter
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DWlcReporter.h81 bool checkRateLimit(int64_t minSecond, int maxCount, ReportRecord *rec);