Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2415 void testDPadKeyRotation(KeyboardInputMapper& mapper, int32_t originalScanCode,
2428 void KeyboardInputMapperTest::testDPadKeyRotation(KeyboardInputMapper& mapper, in testDPadKeyRotation() function in android::KeyboardInputMapperTest
2606 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F()
2608 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F()
2610 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F()
2612 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F()
2629 testDPadKeyRotation(mapper, KEY_UP, AKEYCODE_DPAD_UP, AKEYCODE_DPAD_UP, DISPLAY_ID)); in TEST_F()
2630 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_RIGHT, AKEYCODE_DPAD_RIGHT, in TEST_F()
2632 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_DOWN, AKEYCODE_DPAD_DOWN, in TEST_F()
2634 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_LEFT, AKEYCODE_DPAD_LEFT, in TEST_F()
[all …]