Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6391 const nsecs_t eventDuration = finishTime - dispatchEntry.deliveryTime; in doDispatchCycleFinishedCommand() local
6392 if (eventDuration > SLOW_EVENT_PROCESSING_WARNING_TIMEOUT) { in doDispatchCycleFinishedCommand()
6394 ns2ms(eventDuration), dispatchEntry.eventEntry->getDescription().c_str()); in doDispatchCycleFinishedCommand()