Home | History | Annotate | Download | only in input

Lines Matching refs:nextSample

933             MotionSample* nextSample = splitBatchAfterSample->next;
934 MotionEntry* nextEntry = new MotionEntry(nextSample->eventTime,
939 entry->pointerCount, entry->pointerProperties, nextSample->pointerCoords);
940 if (nextSample != entry->lastSample) {
941 nextEntry->firstSample.next = nextSample->next;
944 delete nextSample;