Home
last modified time | relevance | path

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

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