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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp422 device->addMapper(new SwitchInputMapper(device));
427 device->addMapper(new VibratorInputMapper(device));
447 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
452 device->addMapper(new CursorInputMapper(device));
457 device->addMapper(new MultiTouchInputMapper(device));
459 device->addMapper(new SingleTouchInputMapper(device));
464 device->addMapper(new JoystickInputMapper(device));
910 void InputDevice::addMapper(InputMapper* mapper) { function in class:android::InputDevice
H A DInputReader.h561 void addMapper(InputMapper* mapper);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1012 device->addMapper(mapper);
1298 mDevice->addMapper(mapper1);
1302 mDevice->addMapper(mapper2);
1421 mDevice->addMapper(mapper);

Completed in 78 milliseconds