Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.cpp209 static const std::chrono::duration sSlowEventThreshold = getSlowEventMinReportingLatency(); in processSlowEvent() local
221 if (endToEndLatency < sSlowEventThreshold) { in processSlowEvent()