Searched defs:usageCode (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/ |
D | KeyLayoutMap.cpp | 85 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
|
D | KeyCharacterMap.cpp | 331 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
|
/frameworks/native/services/inputflinger/ |
D | EventHub.cpp | 511 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
D | InputReader.cpp | 2300 int32_t usageCode = mCurrentHidUsage; in process() local 2359 int32_t usageCode) { in processKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 455 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()
|