Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DKeyCharacterMap.h225 bool getKey(int32_t keyCode, const Key** outKey) const;
227 const Key** outKey, const Behavior** outBehavior) const;
/frameworks/native/libs/input/
DKeyCharacterMap.cpp362 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const { in getKey()
365 *outKey = mKeys.valueAt(index); in getKey()
372 const Key** outKey, const Behavior** outBehavior) const { in getKeyBehavior() argument
378 *outKey = key; in getKeyBehavior()