Searched refs:testDPadKeyRotation (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, 3338 void KeyboardInputMapperTest::testDPadKeyRotation(KeyboardInputMapper& mapper, in testDPadKeyRotation() function in android::KeyboardInputMapperTest 3562 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3564 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3566 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3568 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, in TEST_F() 3584 testDPadKeyRotation(mapper, KEY_UP, AKEYCODE_DPAD_UP, AKEYCODE_DPAD_UP, DISPLAY_ID)); in TEST_F() 3585 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_RIGHT, AKEYCODE_DPAD_RIGHT, in TEST_F() 3587 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_DOWN, AKEYCODE_DPAD_DOWN, in TEST_F() 3589 ASSERT_NO_FATAL_FAILURE(testDPadKeyRotation(mapper, KEY_LEFT, AKEYCODE_DPAD_LEFT, in TEST_F() [all …]
|