Searched defs:outKey (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 77 milliseconds