Searched refs:eventDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3511 nsecs_t eventDuration = finishTime - dispatchEntry->deliveryTime; local
3512 if (eventDuration > SLOW_EVENT_PROCESSING_WARNING_TIMEOUT) {
3515 connection->getWindowName(), eventDuration * 0.000001f);

Completed in 13 milliseconds