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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3409 float dispatchLatency = (currentTime - eventTime) * 0.000001f; local
3414 dispatchLatency, waitDuration, reason);
3427 mLastANRState.appendFormat(INDENT2 "DispatchLatency: %0.1fms\n", dispatchLatency);

Completed in 58 milliseconds