Searched refs:outKeycode (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 183 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, 280 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 525 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/ |
D | InputReader_test.cpp | 580 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument 585 if (outKeycode) { in mapKey() 586 *outKeycode = key->keyCode; in mapKey()
|