Searched defs:DEVICE_CLASSES (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1232 static const uint32_t DEVICE_CLASSES; member in class:android::InputDeviceTest
1251 DEVICE_CONTROLLER_NUMBER, identifier, DEVICE_CLASSES);
1268 const uint32_t InputDeviceTest::DEVICE_CLASSES = INPUT_DEVICE_CLASS_KEYBOARD member in class:android::InputDeviceTest
1274 ASSERT_EQ(DEVICE_CLASSES, mDevice->getClasses());
1422 static const uint32_t DEVICE_CLASSES; member in class:android::InputMapperTest
1438 DEVICE_CONTROLLER_NUMBER, identifier, DEVICE_CLASSES);
1528 const uint32_t InputMapperTest::DEVICE_CLASSES = 0; // not needed for current tests member in class:android::InputMapperTest

Completed in 46 milliseconds