Searched refs:RotaryEncoderInputMapper (Results 1 – 4 of 4) sorted by relevance
30 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDeviceContext& deviceContext, in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper36 RotaryEncoderInputMapper::~RotaryEncoderInputMapper() {} in ~RotaryEncoderInputMapper()38 uint32_t RotaryEncoderInputMapper::getSources() const { in getSources()42 void RotaryEncoderInputMapper::populateDeviceInfo(InputDeviceInfo& info) { in populateDeviceInfo()62 void RotaryEncoderInputMapper::dump(std::string& dump) { in dump()69 std::list<NotifyArgs> RotaryEncoderInputMapper::reconfigure(nsecs_t when, in reconfigure()98 std::list<NotifyArgs> RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()104 std::list<NotifyArgs> RotaryEncoderInputMapper::process(const RawEvent& rawEvent) { in process()114 std::list<NotifyArgs> RotaryEncoderInputMapper::sync(nsecs_t when, nsecs_t readTime) { in sync()
27 class RotaryEncoderInputMapper : public InputMapper {33 virtual ~RotaryEncoderInputMapper();52 explicit RotaryEncoderInputMapper(InputDeviceContext& deviceContext,
53 "mapper/RotaryEncoderInputMapper.cpp",
511 mappers.push_back(createInputMapper<RotaryEncoderInputMapper>(contextPtr, readerConfig)); in createMappers()