Searched refs:RotaryEncoderInputMapper (Results 1 – 4 of 4) sorted by relevance
25 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDevice* device) in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper30 RotaryEncoderInputMapper::~RotaryEncoderInputMapper() {} in ~RotaryEncoderInputMapper()32 uint32_t RotaryEncoderInputMapper::getSources() { in getSources()36 void RotaryEncoderInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()55 void RotaryEncoderInputMapper::dump(std::string& dump) { in dump()61 void RotaryEncoderInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()78 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()84 void RotaryEncoderInputMapper::process(const RawEvent* rawEvent) { in process()92 void RotaryEncoderInputMapper::sync(nsecs_t when) { in sync()
25 class RotaryEncoderInputMapper : public InputMapper {27 explicit RotaryEncoderInputMapper(InputDevice* device);28 virtual ~RotaryEncoderInputMapper();
41 "mapper/RotaryEncoderInputMapper.cpp",
263 device->addMapper(new RotaryEncoderInputMapper(device)); in createDeviceLocked()