Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp218 mNumEventsSinceLastSlowEventReport++; in processSlowEvent()
253 static_cast<int32_t>(mNumEventsSinceLastSlowEventReport), in processSlowEvent()
255 mNumEventsSinceLastSlowEventReport = 0; in processSlowEvent()
281 mNumEventsSinceLastSlowEventReport) + in dump()
DLatencyAggregator.h78 size_t mNumEventsSinceLastSlowEventReport = 0; variable