Searched refs:originalScanCode (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3325 void testDPadKeyRotation(KeyboardInputMapper& mapper, int32_t originalScanCode, 3339 int32_t originalScanCode, int32_t originalKeyCode, in testDPadKeyRotation() argument 3344 process(mapper, ARBITRARY_TIME, READ_TIME, EV_KEY, originalScanCode, 1); in testDPadKeyRotation() 3347 ASSERT_EQ(originalScanCode, args.scanCode); in testDPadKeyRotation() 3351 process(mapper, ARBITRARY_TIME, READ_TIME, EV_KEY, originalScanCode, 0); in testDPadKeyRotation() 3354 ASSERT_EQ(originalScanCode, args.scanCode); in testDPadKeyRotation()
|