Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DKeyboardInputMapper_test.cpp150 int32_t* outKeycode, int32_t* outMetaState, in addKeyByUsageCode()
151 uint32_t* outFlags) { in addKeyByUsageCode()
H A DFakeEventHub.cpp297 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, in mapKey()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h335 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h148 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const override { in mapKey()
/aosp_15_r20/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp1151 status_t KeyCharacterMap::Parser::parseModifier(const std::string& token, int32_t* outMetaState) { in parseModifier()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1212 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey()