Searched refs:outKeycode (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | EventHub.h | 185 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const = 0; 284 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const;
|
D | EventHub.cpp | 512 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 521 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey() 529 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey() 536 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey() 544 *outKeycode = 0; in mapKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 568 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument 573 if (outKeycode) { in mapKey() 574 *outKeycode = key->keyCode; in mapKey()
|