Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:addMapper

506         device->addMapper(new SwitchInputMapper(device));
511 device->addMapper(new RotaryEncoderInputMapper(device));
516 device->addMapper(new VibratorInputMapper(device));
536 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
541 device->addMapper(new CursorInputMapper(device));
546 device->addMapper(new MultiTouchInputMapper(device));
548 device->addMapper(new SingleTouchInputMapper(device));
553 device->addMapper(new JoystickInputMapper(device));
558 device->addMapper(new ExternalStylusInputMapper(device));
1053 void InputDevice::addMapper(InputMapper* mapper) {