Home
last modified time | relevance | path

Searched refs:outKeycode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h229 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument
230 return mEventHub->mapKey(mId, scanCode, usageCode, metaState, outKeycode, outMetaState, in mapKey()
DEventHub.h182 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
279 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp547 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument
556 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey()
564 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
571 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey()
579 *outKeycode = 0; in mapKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp634 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument
639 if (outKeycode) { in mapKey()
640 *outKeycode = key->keyCode; in mapKey()