Home | History | Annotate | Download | only in tests

Lines Matching full:adddevice

370     void addDevice(int32_t deviceId, const String8& name, uint32_t classes) {
1029 void addDevice(int32_t deviceId, const String8& name, uint32_t classes,
1031 mFakeEventHub->addDevice(deviceId, name, classes);
1049 addDevice(deviceId, name, classes, configuration);
1055 ASSERT_NO_FATAL_FAILURE(addDevice(1, String8("keyboard"),
1057 ASSERT_NO_FATAL_FAILURE(addDevice(2, String8("ignored"),
1197 addDevice(1, String8("ignored"), INPUT_DEVICE_CLASS_KEYBOARD, NULL);
1247 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);
1440 mFakeEventHub->addDevice(DEVICE_ID, String8(DEVICE_NAME), 0);