Searched refs:outMetaState (Results 1 – 2 of 2) sorted by relevance
210 status_t parseModifier(const String8& token, int32_t* outMetaState);230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
419 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const { in findKey()437 *outMetaState = found->metaState; in findKey()1051 status_t KeyCharacterMap::Parser::parseModifier(const String8& token, int32_t* outMetaState) { in parseModifier() argument1053 *outMetaState = 0; in parseModifier()1090 *outMetaState = combinedMeta; in parseModifier()