Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h219 struct KeyReplacement { struct
222 bool operator==(const KeyReplacement& rhs) const { argument
225 bool operator<(const KeyReplacement& rhs) const {
230 KeyedVector<KeyReplacement, int32_t> mReplacedKeys GUARDED_BY(mLock);
DInputDispatcher.cpp2623 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()
2633 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()
3743 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()