Searched defs:InputMapperTest (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1379 // --- InputMapperTest ---
1381 class InputMapperTest : public testing::Test { class in namespace:android
1480 const char* InputMapperTest::DEVICE_NAME = "device";
1481 const int32_t InputMapperTest::DEVICE_ID = 1;
1482 const int32_t InputMapperTest::DEVICE_GENERATION = 2;
1483 const int32_t InputMapperTest::DEVICE_CONTROLLER_NUMBER = 0;
1484 const uint32_t InputMapperTest::DEVICE_CLASSES = 0; // not needed for current tests
1489 class SwitchInputMapperTest : public InputMapperTest {
1532 class KeyboardInputMapperTest : public InputMapperTest {
1941 class CursorInputMapperTest : public InputMapperTest {
[all...]

Completed in 122 milliseconds