Searched refs:KeyReplacement (Results 1 – 2 of 2) sorted by relevance
219 struct KeyReplacement { struct222 bool operator==(const KeyReplacement& rhs) const { argument225 bool operator<(const KeyReplacement& rhs) const {230 KeyedVector<KeyReplacement, int32_t> mReplacedKeys GUARDED_BY(mLock);
2623 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()2633 struct KeyReplacement replacement = {keyCode, deviceId}; in accelerateMetaShortcuts()3743 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()