Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.h74 nsecs_t mLastSlowEventTime = 0; variable
DLatencyAggregator.cpp228 std::chrono::nanoseconds(timeline.eventTime - mLastSlowEventTime); in processSlowEvent()
257 mLastSlowEventTime = timeline.readTime; in processSlowEvent()
279 StringPrintf("%s mLastSlowEventTime=%" PRId64 "\n", prefix, mLastSlowEventTime) + in dump()