Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp714 entry->syntheticRepeat = true; in synthesizeKeyRepeatLocked()
778 } else if (! entry->syntheticRepeat) { in dispatchKeyLocked()
3826 keyEntry->syntheticRepeat = false; in afterKeyEventLockedInterruptible()
4001 syntheticRepeat(false), interceptKeyResult(KeyEntry::INTERCEPT_KEY_RESULT_UNKNOWN), in KeyEntry()
4020 syntheticRepeat = false; in recycle()
DInputDispatcher.h485 bool syntheticRepeat; // set to true for synthetic key repeats member