Searched defs:usageCode (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | FakeEventHub.cpp | 136 void FakeEventHub::addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t keyCode, in addKey() 296 status_t FakeEventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in mapKey()
|
H A D | KeyboardInputMapper_test.cpp | 147 void addKeyByUsageCode(int32_t usageCode, int32_t keyCode, int32_t flags = 0) { in addKeyByUsageCode()
|
H A D | InputReader_test.cpp | 5990 void MultiTouchInputMapperTest::processHidUsage(MultiTouchInputMapper& mapper, int32_t usageCode, in processHidUsage()
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 264 int32_t scanCode, int32_t usageCode) { in processKey()
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | KeyLayoutMap.cpp | 191 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
|
H A D | KeyCharacterMap.cpp | 324 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputDevice.h | 334 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/ |
H A D | MapperHelpers.h | 147 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/ |
H A D | EventHub.cpp | 1211 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
|