Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp25 RotaryEncoderInputMapper::RotaryEncoderInputMapper(InputDevice* device) in RotaryEncoderInputMapper() function in android::RotaryEncoderInputMapper
30 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()
DRotaryEncoderInputMapper.h25 class RotaryEncoderInputMapper : public InputMapper {
27 explicit RotaryEncoderInputMapper(InputDevice* device);
28 virtual ~RotaryEncoderInputMapper();
/frameworks/native/services/inputflinger/reader/
DAndroid.bp41 "mapper/RotaryEncoderInputMapper.cpp",
DInputReader.cpp263 device->addMapper(new RotaryEncoderInputMapper(device)); in createDeviceLocked()