Searched defs:usageCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 213 int32_t usageCode = mCurrentHidUsage; in process() local 270 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/include/ |
D | InputDevice.h | 228 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 546 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 | 514 void addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in addKey() 633 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|