Home
last modified time | relevance | path

Searched defs:evdevCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DKeyboardClassifier.cpp81 void KeyboardClassifier::processKey(DeviceId deviceId, int32_t evdevCode, uint32_t metaState) { in processKey()
/frameworks/native/services/inputflinger/tests/
DKeyboardInputMapper_test.cpp129 void addKeyByEvdevCode(int32_t evdevCode, int32_t keyCode, int32_t flags = 0) { in addKeyByEvdevCode()