Searched refs:RotaryEncoderInputMapper (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp540 device->addMapper(new RotaryEncoderInputMapper(device));
2976 // --- RotaryEncoderInputMapper ---
2978 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDevice* device) : function in class:android::RotaryEncoderInputMapper
2983 RotaryEncoderInputMapper::~RotaryEncoderInputMapper() {
2986 uint32_t RotaryEncoderInputMapper::getSources() {
2990 void RotaryEncoderInputMapper::populateDeviceInfo(InputDeviceInfo* info) {
3009 void RotaryEncoderInputMapper::dump(std::string& dump) {
3015 void RotaryEncoderInputMapper
[all...]
H A DInputReader.h1214 class RotaryEncoderInputMapper : public InputMapper { class in namespace:android
1216 explicit RotaryEncoderInputMapper(InputDevice* device);
1217 virtual ~RotaryEncoderInputMapper();

Completed in 64 milliseconds