Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp195 int32_t usageCode = mCurrentHidUsage; in process() local
252 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, int32_t usageCode) { in processKey()
/frameworks/native/libs/input/
DKeyLayoutMap.cpp85 status_t KeyLayoutMap::mapKey(int32_t scanCode, int32_t usageCode, in mapKey()
DKeyCharacterMap.cpp331 status_t KeyCharacterMap::mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const { in mapKey()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp524 status_t EventHub::mapKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp467 void addKey(int32_t deviceId, int32_t scanCode, int32_t usageCode, in addKey()
579 int32_t scanCode, int32_t usageCode, int32_t metaState, in mapKey()