Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp29 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDeviceContext& deviceContext, in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper
35 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()
DRotaryEncoderInputMapper.h26 class RotaryEncoderInputMapper : public InputMapper {
32 virtual ~RotaryEncoderInputMapper();
50 explicit RotaryEncoderInputMapper(InputDeviceContext& deviceContext,
/frameworks/native/services/inputflinger/reader/
DAndroid.bp52 "mapper/RotaryEncoderInputMapper.cpp",
DInputDevice.cpp454 mappers.push_back(createInputMapper<RotaryEncoderInputMapper>(contextPtr, readerConfig)); in createMappers()