Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1009 struct KeyReplacement { struct
1012 bool operator==(const KeyReplacement& rhs) const { argument
1015 bool operator<(const KeyReplacement& rhs) const {
1020 KeyedVector<KeyReplacement, int32_t> mReplacedKeys GUARDED_BY(mLock);
DInputDispatcher.cpp2626 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()
2636 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()
3747 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()