Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp675 entry->syntheticRepeat = true; in synthesizeKeyRepeatLocked()
738 } else if (! entry->syntheticRepeat) { in dispatchKeyLocked()
3764 keyEntry->syntheticRepeat = false; in afterKeyEventLockedInterruptible()
3940 syntheticRepeat(false), interceptKeyResult(KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN), in KeyEntry()
3959 syntheticRepeat = false; in recycle()
DInputDispatcher.h486 bool syntheticRepeat; // set to true for synthetic key repeats member