Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.cpp216 mNumEventsSinceLastSlowEventReport++; in processSlowEvent()
251 static_cast<int32_t>(mNumEventsSinceLastSlowEventReport), in processSlowEvent()
253 mNumEventsSinceLastSlowEventReport = 0; in processSlowEvent()
278 mNumEventsSinceLastSlowEventReport) + in dump()
H A DLatencyAggregator.h75 size_t mNumEventsSinceLastSlowEventReport = 0; variable