Searched refs:KeyReplacement (Results 1 – 2 of 2) sorted by relevance
1009 struct KeyReplacement { struct1012 bool operator==(const KeyReplacement& rhs) const { argument1015 bool operator<(const KeyReplacement& rhs) const {1020 KeyedVector<KeyReplacement, int32_t> mReplacedKeys GUARDED_BY(mLock);
2626 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()2636 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()3747 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()