• Home
  • Raw
  • Download

Lines Matching refs:downTime

650                 entry->metaState, entry->repeatCount + 1, entry->downTime);  in synthesizeKeyRepeatLocked()
802 entry->repeatCount, entry->downTime); in logOutboundKeyDetailsLocked()
874 entry->downTime); in logOutboundMotionDetailsLocked()
1951 keyEntry->metaState, keyEntry->repeatCount, keyEntry->downTime, in startDispatchCycleLocked()
1997 motionEntry->downTime, motionEntry->eventTime, in startDispatchCycleLocked()
2316 originalMotionEntry->downTime, in splitMotionEvent()
2352 args->metaState, args->downTime); in notifyKey()
2386 args->downTime, args->eventTime); in notifyKey()
2413 metaState, repeatCount, args->downTime); in notifyKey()
2435 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion()
2473 args->downTime, args->eventTime, in notifyMotion()
2488 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion()
3652 keyEntry->downTime = event.getDownTime(); in afterKeyEventLockedInterruptible()
3687 entry->downTime, entry->eventTime); in initializeKeyEvent()
3834 int32_t repeatCount, nsecs_t downTime) : in KeyEntry() argument
3838 repeatCount(repeatCount), downTime(downTime), in KeyEntry()
3867 nsecs_t downTime, int32_t displayId, uint32_t pointerCount, in MotionEntry() argument
3874 downTime(downTime), displayId(displayId), pointerCount(pointerCount) { in MotionEntry()
4109 memento.downTime = entry->downTime; in addKeyMemento()
4122 memento.downTime = entry->downTime; in addMotionMemento()
4145 memento.keyCode, memento.scanCode, memento.metaState, 0, memento.downTime)); in synthesizeCancelationEvents()
4158 memento.xPrecision, memento.yPrecision, memento.downTime, in synthesizeCancelationEvents()