Lines Matching refs:lastKeyEntry
229 mKeyRepeatState.lastKeyEntry = nullptr; in InputDispatcher()
311 if (mKeyRepeatState.lastKeyEntry) { in dispatchOnceInnerLocked()
704 if (mKeyRepeatState.lastKeyEntry) { in resetKeyRepeatLocked()
705 mKeyRepeatState.lastKeyEntry->release(); in resetKeyRepeatLocked()
706 mKeyRepeatState.lastKeyEntry = nullptr; in resetKeyRepeatLocked()
711 KeyEntry* entry = mKeyRepeatState.lastKeyEntry; in synthesizeKeyRepeatLocked()
728 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()
778 if (mKeyRepeatState.lastKeyEntry && in dispatchKeyLocked()
779 mKeyRepeatState.lastKeyEntry->keyCode == entry->keyCode) { in dispatchKeyLocked()
784 entry->repeatCount = mKeyRepeatState.lastKeyEntry->repeatCount + 1; in dispatchKeyLocked()
792 mKeyRepeatState.lastKeyEntry = entry; in dispatchKeyLocked()