Searched refs:RotaryEncoderInputMapper (Results 1 – 4 of 4) sorted by relevance
29 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDeviceContext& deviceContext, in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper35 RotaryEncoderInputMapper::~RotaryEncoderInputMapper() {} in ~RotaryEncoderInputMapper()37 uint32_t RotaryEncoderInputMapper::getSources() const { in getSources()41 void RotaryEncoderInputMapper::populateDeviceInfo(InputDeviceInfo& info) { in populateDeviceInfo()61 void RotaryEncoderInputMapper::dump(std::string& dump) { in dump()67 std::list<NotifyArgs> RotaryEncoderInputMapper::reconfigure(nsecs_t when, in reconfigure()86 std::list<NotifyArgs> RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()92 std::list<NotifyArgs> RotaryEncoderInputMapper::process(const RawEvent* rawEvent) { in process()102 std::list<NotifyArgs> RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
26 class RotaryEncoderInputMapper : public InputMapper {32 virtual ~RotaryEncoderInputMapper();50 explicit RotaryEncoderInputMapper(InputDeviceContext& deviceContext,
52 "mapper/RotaryEncoderInputMapper.cpp",
454 mappers.push_back(createInputMapper<RotaryEncoderInputMapper>(contextPtr, readerConfig)); in createMappers()