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

/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp28 static const int32_t DEVICE_ID = 1; member in namespace:android
123 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
132 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
152 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
162 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
172 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
183 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
193 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
204 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
213 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREE
[all...]
H A DInputReader_test.cpp1358 static const int32_t DEVICE_ID; member in class:InputDeviceTest
1376 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1379 mDevice = new InputDevice(mFakeContext, DEVICE_ID, DEVICE_GENERATION,
1394 const int32_t InputDeviceTest::DEVICE_ID = 1; member in class:InputDeviceTest
1401 ASSERT_EQ(DEVICE_ID, mDevice->getId());
1421 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1429 ASSERT_EQ(DEVICE_ID, info.getId());
1454 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1491 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1499 ASSERT_EQ(DEVICE_ID, inf
1552 static const int32_t DEVICE_ID; member in class:InputMapperTest
1658 const int32_t InputMapperTest::DEVICE_ID = 1; member in class:InputMapperTest
[all...]

Completed in 59 milliseconds