Searched refs:outKeycode (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 229 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()
|
D | EventHub.h | 182 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, 279 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState,
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 547 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/ |
D | InputReader_test.cpp | 634 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument 639 if (outKeycode) { in mapKey() 640 *outKeycode = key->keyCode; in mapKey()
|