Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DKeyCharacterMap.h239 bool getKey(int32_t keyCode, const Key** outKey) const;
241 const Key** outKey, const Behavior** outBehavior) const;
/frameworks/native/libs/input/
DKeyCharacterMap.cpp434 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const { in getKey()
437 *outKey = mKeys.valueAt(index); in getKey()
444 const Key** outKey, const Behavior** outBehavior) const { in getKeyBehavior() argument
450 *outKey = key; in getKeyBehavior()