Lines Matching refs:lastKeyEntry
936 mKeyRepeatState.lastKeyEntry = nullptr; in InputDispatcher()
1115 if (mKeyRepeatState.lastKeyEntry) { in dispatchOnceInnerLocked()
1618 if (mKeyRepeatState.lastKeyEntry) { in resetKeyRepeatLocked()
1619 mKeyRepeatState.lastKeyEntry = nullptr; in resetKeyRepeatLocked()
1624 std::shared_ptr<const KeyEntry> entry = mKeyRepeatState.lastKeyEntry; in synthesizeKeyRepeatLocked()
1641 mKeyRepeatState.lastKeyEntry = newEntry; in synthesizeKeyRepeatLocked()
1672 if (mKeyRepeatState.lastKeyEntry && mKeyRepeatState.lastKeyEntry->deviceId == entry.deviceId) { in dispatchDeviceResetLocked()
1838 if (mKeyRepeatState.lastKeyEntry && in dispatchKeyLocked()
1839 mKeyRepeatState.lastKeyEntry->keyCode == entry->keyCode && in dispatchKeyLocked()
1844 mKeyRepeatState.lastKeyEntry->deviceId == entry->deviceId) { in dispatchKeyLocked()
1850 entry->repeatCount = mKeyRepeatState.lastKeyEntry->repeatCount + 1; in dispatchKeyLocked()
1858 mKeyRepeatState.lastKeyEntry = entry; in dispatchKeyLocked()
1859 } else if (entry->action == AKEY_EVENT_ACTION_UP && mKeyRepeatState.lastKeyEntry && in dispatchKeyLocked()
1860 mKeyRepeatState.lastKeyEntry->deviceId != entry->deviceId) { in dispatchKeyLocked()