Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h924 struct KeyReplacement { struct
927 bool operator==(const KeyReplacement& rhs) const { argument
930 bool operator<(const KeyReplacement& rhs) const {
935 KeyedVector<KeyReplacement, int32_t> mReplacedKeys;
DInputDispatcher.cpp2425 struct KeyReplacement replacement = {keyCode, args->deviceId}; in notifyKey()
2435 struct KeyReplacement replacement = {keyCode, args->deviceId}; in notifyKey()
3273 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()