Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1958 int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode);
1970 int32_t originalScanCode, int32_t originalKeyCode, int32_t rotatedKeyCode) { in testDPadKeyRotation() argument
1973 process(mapper, ARBITRARY_TIME, EV_KEY, originalScanCode, 1); in testDPadKeyRotation()
1976 ASSERT_EQ(originalScanCode, args.scanCode); in testDPadKeyRotation()
1979 process(mapper, ARBITRARY_TIME, EV_KEY, originalScanCode, 0); in testDPadKeyRotation()
1982 ASSERT_EQ(originalScanCode, args.scanCode); in testDPadKeyRotation()