Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.h70 void processSlowEvent(const InputEventTimeline& timeline);
H A DLatencyAggregator.cpp125 processSlowEvent(timeline); in processTimeline()
208 void LatencyAggregator::processSlowEvent(const InputEventTimeline& timeline) { in processSlowEvent() function in android::inputdispatcher::LatencyAggregator