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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h924 struct KeyReplacement { struct in class:android::InputDispatcher
927 bool operator==(const KeyReplacement& rhs) const {
930 bool operator<(const KeyReplacement& rhs) const {
935 KeyedVector<KeyReplacement, int32_t> mReplacedKeys;
H A DInputDispatcher.cpp2423 struct KeyReplacement replacement = {keyCode, args->deviceId};
2433 struct KeyReplacement replacement = {keyCode, args->deviceId};
3272 const KeyReplacement& replacement = mReplacedKeys.keyAt(i);

Completed in 40 milliseconds