Searched refs:RotaryEncoderInputMapper (Results 1 – 2 of 2) sorted by relevance
990 class RotaryEncoderInputMapper : public InputMapper {992 explicit RotaryEncoderInputMapper(InputDevice* device);993 virtual ~RotaryEncoderInputMapper();
469 device->addMapper(new RotaryEncoderInputMapper(device)); in createDeviceLocked()2946 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDevice* device) : in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper2951 RotaryEncoderInputMapper::~RotaryEncoderInputMapper() { in ~RotaryEncoderInputMapper()2954 uint32_t RotaryEncoderInputMapper::getSources() { in getSources()2958 void RotaryEncoderInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()2977 void RotaryEncoderInputMapper::dump(std::string& dump) { in dump()2983 void RotaryEncoderInputMapper::configure(nsecs_t when, in configure()3000 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()3006 void RotaryEncoderInputMapper::process(const RawEvent* rawEvent) { in process()3014 void RotaryEncoderInputMapper::sync(nsecs_t when) { in sync()