Home
last modified time | relevance | path

Searched refs:parseModifier (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DPropertyMap.h98 status_t parseModifier(const String8& token, int32_t* outMetaState);
H A DKeyCharacterMap.h228 status_t parseModifier(const std::string& token, int32_t* outMetaState);
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1069 status_t status = parseModifier(token.string(), &metaState); in parseKeyProperty()
1262 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier() function in android::KeyCharacterMap::Parser