Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:addMapper

535         device->addMapper(new SwitchInputMapper(device));
540 device->addMapper(new RotaryEncoderInputMapper(device));
545 device->addMapper(new VibratorInputMapper(device));
565 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
570 device->addMapper(new CursorInputMapper(device));
575 device->addMapper(new MultiTouchInputMapper(device));
577 device->addMapper(new SingleTouchInputMapper(device));
582 device->addMapper(new JoystickInputMapper(device));
587 device->addMapper(new ExternalStylusInputMapper(device));
1114 void InputDevice::addMapper(InputMapper* mapper) {