Home
last modified time | relevance | path

Searched refs:parseMapKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DKeyCharacterMap.h224 status_t parseMapKey();
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp972 return parseMapKey(); in parseMap()
979 status_t KeyCharacterMap::Parser::parseMapKey() { in parseMapKey() function in android::KeyCharacterMap::Parser