Home
last modified time | relevance | path

Searched defs:usageCode (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/input/
DKeyLayoutMap.cpp85 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
DKeyCharacterMap.cpp331 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
/frameworks/native/services/inputflinger/
DEventHub.cpp511 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
DInputReader.cpp2300 int32_t usageCode = mCurrentHidUsage; in process() local
2359 int32_t usageCode) { in processKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp455 void addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in addKey()
567 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()