Searched refs:outMetaState (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/input/
H A DKeyCharacterMap.h133 int32_t* outKeyCode, int32_t* outMetaState) const;
221 status_t parseModifier(const String8& token, int32_t* outMetaState);
241 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp363 int32_t *outKeyCode, int32_t *outMetaState) const {
365 *outMetaState = metaState;
393 *outMetaState = normalizeMetaState(newMetaState);
400 keyCode, metaState, *outKeyCode, *outMetaState);
461 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const {
479 *outMetaState = found->metaState;
1137 status_t KeyCharacterMap::Parser::parseModifier(const String8& token, int32_t* outMetaState) { argument
1139 *outMetaState = 0;
1176 *outMetaState = combinedMeta;
/frameworks/native/services/inputflinger/
H A DEventHub.h205 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const = 0;
294 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const;
H A DEventHub.cpp443 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const {
468 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState);
470 *outMetaState = metaState;
478 *outMetaState = metaState;
441 mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const argument
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp523 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const {
534 if (outMetaState) {
535 *outMetaState = metaState;
521 mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const argument

Completed in 757 milliseconds