Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DEventHub.h178 int32_t* outKeycode, uint32_t* outFlags) const = 0;
262 int32_t* outKeycode, uint32_t* outFlags) const;
DEventHub.cpp442 int32_t* outKeycode, uint32_t* outFlags) const { in mapKey() argument
450 if (!kcm->mapKey(scanCode, usageCode, outKeycode)) { in mapKey()
459 scanCode, usageCode, outKeycode, outFlags)) { in mapKey()
465 *outKeycode = 0; in mapKey()
/frameworks/base/services/input/tests/
DInputReader_test.cpp493 int32_t* outKeycode, uint32_t* outFlags) const { in mapKey() argument
498 if (outKeycode) { in mapKey()
499 *outKeycode = key->keyCode; in mapKey()