Searched defs:usageCode (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 195 int32_t usageCode = mCurrentHidUsage; in process() local 252 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, int32_t usageCode) { in processKey()
|
/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/reader/ |
D | EventHub.cpp | 524 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 467 void addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in addKey() 579 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|