Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp148 syntheticRepeat(false), in KeyEntry()
170 syntheticRepeat = false; in recycle()
DEntry.h135 bool syntheticRepeat; // set to true for synthetic key repeats member
DInputDispatcher.cpp1038 entry->syntheticRepeat = true; in synthesizeKeyRepeatLocked()
1134 } else if (!entry->syntheticRepeat) { in dispatchKeyLocked()
4966 keyEntry->syntheticRepeat = false; in afterKeyEventLockedInterruptible()