Home | History | Annotate | Download | only in inputflinger

Lines Matching full:timeoutmillis

251     int timeoutMillis = toMillisecondTimeoutDelay(currentTime, nextWakeupTime);
252 mLooper->pollOnce(timeoutMillis);
2598 int32_t injectorPid, int32_t injectorUid, int32_t syncMode, int32_t timeoutMillis,
2602 "syncMode=%d, timeoutMillis=%d, policyFlags=0x%08x",
2603 event->getType(), injectorPid, injectorUid, syncMode, timeoutMillis, policyFlags);
2606 nsecs_t endTime = now() + milliseconds_to_nanoseconds(timeoutMillis);