Lines Matching refs:eventTime

145             msg->body.key.eventTime = body.key.eventTime;  in getSanitizedCopy()
176 msg->body.motion.eventTime = body.motion.eventTime; in getSanitizedCopy()
445 nsecs_t eventTime) { in publishKeyEvent() argument
456 metaState, repeatCount, downTime, eventTime); in publishKeyEvent()
479 msg.body.key.eventTime = eventTime; in publishKeyEvent()
489 float yCursorPosition, nsecs_t downTime, nsecs_t eventTime, uint32_t pointerCount, in publishMotionEvent() argument
508 xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent()
546 msg.body.motion.eventTime = eventTime; in publishMotionEvent()
903 nsecs_t eventTime = msg.body.motion.eventTime; in rewriteMessage() local
907 if (eventTime < state.lastResample.eventTime || in rewriteMessage()
971 nsecs_t delta = future.eventTime - current->eventTime; in resampleTouchState()
978 alpha = float(sampleTime - current->eventTime) / delta; in resampleTouchState()
983 nsecs_t delta = current->eventTime - other->eventTime; in resampleTouchState()
995 nsecs_t maxPredict = current->eventTime + min(delta / 2, RESAMPLE_MAX_PREDICTION); in resampleTouchState()
1000 sampleTime - current->eventTime, maxPredict - current->eventTime); in resampleTouchState()
1004 alpha = float(current->eventTime - sampleTime) / delta; in resampleTouchState()
1015 touchState.lastResample.eventTime = sampleTime; in resampleTouchState()
1169 msg->body.key.eventTime); in initializeKeyEvent()
1195 msg->body.motion.eventTime, pointerCount, pointerProperties, pointerCoords); in initializeMotionEvent()
1206 event->addSample(msg->body.motion.eventTime, pointerCoords); in addSample()
1229 && batch.samples.itemAt(index).body.motion.eventTime <= time) { in findSampleNoLaterThan()