Searched refs:outKeycode (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 278 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 279 return mEventHub->mapKey(mId, scanCode, usageCode, metaState, outKeycode, outMetaState, in mapKey()
|
D | EventHub.h | 260 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, 457 int32_t* outKeycode, int32_t* outMetaState,
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 986 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 995 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey() 1003 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey() 1010 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey() 1018 *outKeycode = 0; in mapKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 783 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const override { in mapKey() argument 788 if (outKeycode) { in mapKey() 789 *outKeycode = key->keyCode; in mapKey()
|