Home
last modified time | relevance | path

Searched defs:usageCode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp136 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 DKeyboardInputMapper_test.cpp147 void addKeyByUsageCode(int32_t usageCode, int32_t keyCode, int32_t flags = 0) { in addKeyByUsageCode()
H A DInputReader_test.cpp5990 void MultiTouchInputMapperTest::processHidUsage(MultiTouchInputMapper& mapper, int32_t usageCode, in processHidUsage()
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp264 int32_t scanCode, int32_t usageCode) { in processKey()
/aosp_15_r20/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp191 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
H A DKeyCharacterMap.cpp324 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 DInputDevice.h334 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 DMapperHelpers.h147 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 DEventHub.cpp1211 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()