Searched refs:addMapper (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp450 device->addMapper(new SwitchInputMapper(device));
455 device->addMapper(new VibratorInputMapper(device));
475 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
480 device->addMapper(new CursorInputMapper(device));
485 device->addMapper(new MultiTouchInputMapper(device));
487 device->addMapper(new SingleTouchInputMapper(device));
492 device->addMapper(new JoystickInputMapper(device));
497 device->addMapper(new ExternalStylusInputMapper(device));
974 void InputDevice::addMapper(InputMapper* mapper) { function in class:android::InputDevice
H A DInputReader.h601 void addMapper(InputMapper* mapper);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1016 device->addMapper(mapper);
1302 mDevice->addMapper(mapper1);
1306 mDevice->addMapper(mapper2);
1425 mDevice->addMapper(mapper);

Completed in 2147 milliseconds