Home
last modified time | relevance | path

Searched refs:RotaryEncoderInputMapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp30 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDeviceContext& deviceContext, in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper
36 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()
DRotaryEncoderInputMapper.h27 class RotaryEncoderInputMapper : public InputMapper {
33 virtual ~RotaryEncoderInputMapper();
52 explicit RotaryEncoderInputMapper(InputDeviceContext& deviceContext,
/frameworks/native/services/inputflinger/reader/
DAndroid.bp53 "mapper/RotaryEncoderInputMapper.cpp",
DInputDevice.cpp511 mappers.push_back(createInputMapper<RotaryEncoderInputMapper>(contextPtr, readerConfig)); in createMappers()