Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.cpp210 static const std::chrono::duration sSlowEventReportingInterval = in processSlowEvent() local
227 if (elapsedSinceLastReport < sSlowEventReportingInterval) { in processSlowEvent()