Home
last modified time | relevance | path

Searched refs:outKeycode (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.h204 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const = 0;
302 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const;
DEventHub.cpp463 int32_t* outKeycode, int32_t* outMetaState, uint32_t* outFlags) const { in mapKey() argument
472 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey()
481 scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
488 kcm->tryRemapKey(*outKeycode, metaState, outKeycode, outMetaState); in mapKey()
496 *outKeycode = 0; in mapKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp621 int32_t* outKeycode, int32_t *outMetaState, uint32_t* outFlags) const { in mapKey() argument
626 if (outKeycode) { in mapKey()
627 *outKeycode = key->keyCode; in mapKey()