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

/frameworks/native/include/utils/
H A DPropertyMap.h97 status_t parseModifier(const String8& token, int32_t* outMetaState);
/frameworks/base/include/androidfw/
H A DKeyCharacterMap.h210 status_t parseModifier(const String8& token, int32_t* outMetaState);
230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp417 bool KeyCharacterMap::findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const {
435 *outMetaState = found->metaState;
1049 status_t KeyCharacterMap::Parser::parseModifier(const String8& token, int32_t* outMetaState) { argument
1051 *outMetaState = 0;
1088 *outMetaState = combinedMeta;

Completed in 945 milliseconds