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.cpp1229 static const int32_t DEVICE_ID; member in class:android::InputDeviceTest
1247 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1250 mDevice = new InputDevice(mFakeContext, DEVICE_ID, DEVICE_GENERATION,
1265 const int32_t InputDeviceTest::DEVICE_ID = 1; member in class:android::InputDeviceTest
1272 ASSERT_EQ(DEVICE_ID, mDevice->getId());
1288 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1296 ASSERT_EQ(DEVICE_ID, info.getId());
1321 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1358 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1366 ASSERT_EQ(DEVICE_ID, inf
1419 static const int32_t DEVICE_ID; member in class:android::InputMapperTest
1525 const int32_t InputMapperTest::DEVICE_ID = 1; member in class:android::InputMapperTest
[all...]

Completed in 70 milliseconds