Home
last modified time | relevance | path

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

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