Home
last modified time | relevance | path

Searched refs:evdevCode (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/
DKeyboardClassifier.cpp81 void KeyboardClassifier::processKey(DeviceId deviceId, int32_t evdevCode, uint32_t metaState) { in processKey() argument
84 android::input::keyboardClassifier::processKey(**mRustClassifier, deviceId, evdevCode, in processKey()
/frameworks/native/include/input/
DKeyboardClassifier.h45 void processKey(DeviceId deviceId, int32_t evdevCode, uint32_t metaState);
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp781 auto [evdevCode, expectedButtonState, expectedKeyCode] = GetParam(); in TEST_P()
787 args += process(ARBITRARY_TIME, EV_KEY, evdevCode, 1); in TEST_P()
802 args += process(ARBITRARY_TIME, EV_KEY, evdevCode, 0); in TEST_P()