Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h923 struct KeyReplacement { struct
926 bool operator==(const KeyReplacement& rhs) const { argument
929 bool operator<(const KeyReplacement& rhs) const {
934 KeyedVector<KeyReplacement, int32_t> mReplacedKeys;
DInputDispatcher.cpp2462 struct KeyReplacement replacement = {keyCode, args->deviceId}; in notifyKey()
2472 struct KeyReplacement replacement = {keyCode, args->deviceId}; in notifyKey()
3330 const KeyReplacement& replacement = mReplacedKeys.keyAt(i); in dumpDispatchStateLocked()