Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h195 int32_t* outKeycode, uint32_t* outFlags) const = 0;
283 int32_t* outKeycode, uint32_t* outFlags) const;
DEventHub.cpp435 int32_t* outKeycode, uint32_t* outFlags) const { in mapKey() argument
443 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey()
452 scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
458 *outKeycode = 0; in mapKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp523 int32_t* outKeycode, uint32_t* outFlags) const { in mapKey() argument
528 if (outKeycode) { in mapKey()
529 *outKeycode = key->keyCode; in mapKey()