Lines Matching refs:nextEntry
934 MotionEntry* nextEntry = new MotionEntry(nextSample->eventTime,
941 nextEntry->firstSample.next = nextSample->next;
942 nextEntry->lastSample = entry->lastSample;
950 nextEntry->injectionState = entry->injectionState;
957 entry->countSamples(), nextEntry->countSamples());
960 mInboundQueue.enqueueAtHead(nextEntry);