Home | History | Annotate | Download | only in ui

Lines Matching refs:newEntry

579         KeyEntry* newEntry = mAllocator.obtainKeyEntry(currentTime,
584 mKeyRepeatState.lastKeyEntry = newEntry;
587 entry = newEntry;
2075 ConfigurationChangedEntry* newEntry = mAllocator.obtainConfigurationChangedEntry(eventTime);
2076 needWake = enqueueInboundEventLocked(newEntry);
2106 KeyEntry* newEntry = mAllocator.obtainKeyEntry(eventTime,
2110 needWake = enqueueInboundEventLocked(newEntry);
2257 MotionEntry* newEntry = mAllocator.obtainMotionEntry(eventTime,
2262 needWake = enqueueInboundEventLocked(newEntry);