Searched refs:evdevCode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | KeyboardClassifier.cpp | 81 void KeyboardClassifier::processKey(DeviceId deviceId, int32_t evdevCode, uint32_t metaState) { in processKey() argument 84 android::input::keyboardClassifier::processKey(**mRustClassifier, deviceId, evdevCode, in processKey()
|
/aosp_15_r20/frameworks/native/include/input/ |
H A D | KeyboardClassifier.h | 45 void processKey(DeviceId deviceId, int32_t evdevCode, uint32_t metaState);
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | KeyboardInputMapper_test.cpp | 116 for (const auto& [evdevCode, outKeycode] : mKeyCodeMap) { in SetUp() 117 addKeyByEvdevCode(evdevCode, outKeycode); in SetUp() 129 void addKeyByEvdevCode(int32_t evdevCode, int32_t keyCode, int32_t flags = 0) { in addKeyByEvdevCode() argument 130 EXPECT_CALL(mMockEventHub, mapKey(EVENTHUB_ID, evdevCode, _, _, _, _, _)) in addKeyByEvdevCode()
|
H A D | CursorInputMapper_test.cpp | 808 auto [evdevCode, expectedButtonState, expectedKeyCode] = GetParam(); in TEST_P() 814 args += process(ARBITRARY_TIME, EV_KEY, evdevCode, 1); in TEST_P() 829 args += process(ARBITRARY_TIME, EV_KEY, evdevCode, 0); in TEST_P()
|