Searched refs:outMetaState (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 135 int32_t* outKeyCode, int32_t* outMetaState) const; 223 status_t parseModifier(const std::string& token, int32_t* outMetaState); 243 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 363 int32_t *outKeyCode, int32_t *outMetaState) const { in tryRemapKey() 365 *outMetaState = metaState; in tryRemapKey() 393 *outMetaState = normalizeMetaState(newMetaState); in tryRemapKey() 400 keyCode, metaState, *outKeyCode, *outMetaState); in tryRemapKey() 461 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { in findKey() 479 *outMetaState = found->metaState; in findKey() 1140 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier() argument 1142 *outMetaState = 0; in parseModifier() 1179 *outMetaState = combinedMeta; in parseModifier()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 183 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, 280 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 525 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 549 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey() 551 *outMetaState = metaState; in mapKey() 559 *outMetaState = metaState; in mapKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 580 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument 591 if (outMetaState) { in mapKey() 592 *outMetaState = metaState; in mapKey()
|