Home
last modified time | relevance | path

Searched refs:lastKeyEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp936 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()
[all …]
DInputDispatcher.h313 std::shared_ptr<const KeyEntry> lastKeyEntry; // or null if no repeat member