Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp213 int32_t usageCode = mCurrentHidUsage; in process() local
272 int32_t usageCode) { in processKey()
/aosp12/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp129 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
H A DKeyCharacterMap.cpp405 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 DInputDevice.h272 inline status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp921 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 DInputReader_test.cpp567 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()