Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h183 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
280 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp525 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument
534 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey()
542 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
549 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey()
557 *outKeycode = 0; in mapKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp580 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument
585 if (outKeycode) { in mapKey()
586 *outKeycode = key->keyCode; in mapKey()