Home
last modified time | relevance | path

Searched defs:outKeyCode (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp130 int32_t* outKeyCode, uint32_t* outFlags) const { in mapKey()
H A DKeyCharacterMap.cpp437 int32_t *outKeyCode, int32_t *outMetaState) const { in tryRemapKey()
535 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { in findKey()