Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp257 int32_t scanCode, int32_t usageCode) { in processKey()
/frameworks/native/libs/input/
DKeyLayoutMap.cpp191 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
DKeyCharacterMap.cpp335 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp139 void FakeEventHub::addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t keyCode, in addKey()
300 status_t FakeEventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in mapKey()
DInputReader_test.cpp7198 void MultiTouchInputMapperTest::processHidUsage(MultiTouchInputMapper& mapper, int32_t usageCode, in processHidUsage()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h335 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h138 status_t mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1195 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()