Searched refs:SingleTouchInputMapper (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2916 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y); 2917 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y); 2918 void processUp(SingleTouchInputMapper* mappery); 2919 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure); 2920 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor); 2921 void processDistance(SingleTouchInputMapper* mapper, int32_t distance); 2922 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY); 2923 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value); 2924 void processSync(SingleTouchInputMapper* mapper); 2958 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown() [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 1842 class SingleTouchInputMapper : public TouchInputMapper { 1844 explicit SingleTouchInputMapper(InputDevice* device); 1845 virtual ~SingleTouchInputMapper();
|
D | InputReader.cpp | 548 device->addMapper(new SingleTouchInputMapper(device)); in createDeviceLocked() 6658 SingleTouchInputMapper::SingleTouchInputMapper(InputDevice* device) : in SingleTouchInputMapper() function in android::SingleTouchInputMapper 6662 SingleTouchInputMapper::~SingleTouchInputMapper() { in ~SingleTouchInputMapper() 6665 void SingleTouchInputMapper::reset(nsecs_t when) { in reset() 6671 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process() 6677 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch() 6709 void SingleTouchInputMapper::configureRawPointerAxes() { in configureRawPointerAxes() 6721 bool SingleTouchInputMapper::hasStylus() const { in hasStylus()
|