Home | History | Annotate | Download | only in input

Lines Matching refs:addMapper

411         device->addMapper(new SwitchInputMapper(device));
416 device->addMapper(new VibratorInputMapper(device));
436 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
441 device->addMapper(new CursorInputMapper(device));
446 device->addMapper(new MultiTouchInputMapper(device));
448 device->addMapper(new SingleTouchInputMapper(device));
453 device->addMapper(new JoystickInputMapper(device));
899 void InputDevice::addMapper(InputMapper* mapper) {