Searched defs:usageCode (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 213 int32_t usageCode = mCurrentHidUsage; in process() local 272 int32_t usageCode) { in processKey()
|
/aosp12/frameworks/native/libs/input/ |
H A D | KeyLayoutMap.cpp | 129 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
|
H A D | KeyCharacterMap.cpp | 405 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
|
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputDevice.h | 272 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 921 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 567 void addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in addKey() 719 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|