Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h303 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp1162 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h110 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const override { in mapKey()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp301 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, in mapKey()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1104 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()