Home
last modified time | relevance | path

Searched defs:outMetaState (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h273 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()
/aosp12/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1262 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp922 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp720 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const override { in mapKey()