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

/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp28 static const int32_t DEVICE_ID = 1; member in namespace:android
125 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
133 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD,
152 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
161 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
170 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
180 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
189 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
199 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREEN,
207 event.initialize(DEVICE_ID, AINPUT_SOURCE_TOUCHSCREE
[all...]
H A DInputReader_test.cpp1178 static const int32_t DEVICE_ID; member in class:android::InputDeviceTest
1195 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1198 mDevice = new InputDevice(mFakeContext, DEVICE_ID, DEVICE_GENERATION,
1213 const int32_t InputDeviceTest::DEVICE_ID = 1; member in class:android::InputDeviceTest
1219 ASSERT_EQ(DEVICE_ID, mDevice->getId());
1235 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1243 ASSERT_EQ(DEVICE_ID, info.getId());
1268 mFakeEventHub->addConfigurationProperty(DEVICE_ID, String8("key"), String8("value"));
1305 ASSERT_EQ(DEVICE_ID, resetArgs.deviceId);
1313 ASSERT_EQ(DEVICE_ID, inf
1366 static const int32_t DEVICE_ID; member in class:android::InputMapperTest
1462 const int32_t InputMapperTest::DEVICE_ID = 1; member in class:android::InputMapperTest
[all...]

Completed in 69 milliseconds