• Home
  • Raw
  • Download

Lines Matching refs:downTime

664                 entry->metaState, entry->repeatCount + 1, entry->downTime);  in synthesizeKeyRepeatLocked()
816 entry->repeatCount, entry->downTime); in logOutboundKeyDetailsLocked()
888 entry->downTime); in logOutboundMotionDetailsLocked()
1952 keyEntry->metaState, keyEntry->repeatCount, keyEntry->downTime, in startDispatchCycleLocked()
1998 motionEntry->downTime, motionEntry->eventTime, in startDispatchCycleLocked()
2317 originalMotionEntry->downTime, in splitMotionEvent()
2353 args->metaState, args->downTime); in notifyKey()
2387 args->downTime, args->eventTime); in notifyKey()
2414 metaState, repeatCount, args->downTime); in notifyKey()
2436 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion()
2474 args->downTime, args->eventTime, in notifyMotion()
2489 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion()
3680 keyEntry->downTime = event.getDownTime(); in afterKeyEventLockedInterruptible()
3715 entry->downTime, entry->eventTime); in initializeKeyEvent()
3864 int32_t repeatCount, nsecs_t downTime) : in KeyEntry() argument
3868 repeatCount(repeatCount), downTime(downTime), in KeyEntry()
3900 nsecs_t downTime, int32_t displayId, uint32_t pointerCount, in MotionEntry() argument
3907 downTime(downTime), displayId(displayId), pointerCount(pointerCount) { in MotionEntry()
4153 memento.downTime = entry->downTime; in addKeyMemento()
4166 memento.downTime = entry->downTime; in addMotionMemento()
4189 memento.keyCode, memento.scanCode, memento.metaState, 0, memento.downTime)); in synthesizeCancelationEvents()
4202 memento.xPrecision, memento.yPrecision, memento.downTime, in synthesizeCancelationEvents()