Searched refs:SingleTouchInputMapper (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2588 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y); 2589 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y); 2590 void processUp(SingleTouchInputMapper* mappery); 2591 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure); 2592 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor); 2593 void processDistance(SingleTouchInputMapper* mapper, int32_t distance); 2594 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY); 2595 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value); 2596 void processSync(SingleTouchInputMapper* mapper); 2630 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown() [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 1730 class SingleTouchInputMapper : public TouchInputMapper { 1732 SingleTouchInputMapper(InputDevice* device); 1733 virtual ~SingleTouchInputMapper();
|
D | InputReader.cpp | 459 device->addMapper(new SingleTouchInputMapper(device)); in createDeviceLocked() 5986 SingleTouchInputMapper::SingleTouchInputMapper(InputDevice* device) : in SingleTouchInputMapper() function in android::SingleTouchInputMapper 5990 SingleTouchInputMapper::~SingleTouchInputMapper() { in ~SingleTouchInputMapper() 5993 void SingleTouchInputMapper::reset(nsecs_t when) { in reset() 5999 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process() 6005 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch() 6037 void SingleTouchInputMapper::configureRawPointerAxes() { in configureRawPointerAxes() 6049 bool SingleTouchInputMapper::hasStylus() const { in hasStylus()
|