Searched defs:waitStartTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp3356 nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) {
3358 float waitDuration = (currentTime - waitStartTime) * 0.000001f;
3353 onANRLocked( nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle, const sp<InputWindowHandle>& windowHandle, nsecs_t eventTime, nsecs_t waitStartTime, const char* reason) argument

Completed in 80 milliseconds