Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp211 static const std::chrono::duration sSlowEventThreshold = getSlowEventMinReportingLatency(); in processSlowEvent() local
223 if (endToEndLatency < sSlowEventThreshold) { in processSlowEvent()