Searched refs:outKeycode (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 273 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 274 return mEventHub->mapKey(mId, scanCode, usageCode, metaState, outKeycode, outMetaState, in mapKey()
|
D | EventHub.h | 258 int32_t metaState, int32_t* outKeycode, int32_t* outMetaState, 453 int32_t* outKeycode, int32_t* outMetaState,
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 922 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument 931 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey() 939 if (!device->keyMap.keyLayoutMap->mapKey(scanCode, usageCode, outKeycode, outFlags)) { in mapKey() 946 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey() 954 *outKeycode = 0; in mapKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 704 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const override { in mapKey() argument 709 if (outKeycode) { in mapKey() 710 *outKeycode = key->keyCode; in mapKey()
|