Home
last modified time | relevance | path

Searched refs:SingleTouchInputMapper (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3349 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3350 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3351 void processUp(SingleTouchInputMapper* mappery);
3352 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
3353 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor);
3354 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
3355 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
3356 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
3357 void processSync(SingleTouchInputMapper* mapper);
3391 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
[all …]
/frameworks/native/services/inputflinger/
DInputReader.h1660 class SingleTouchInputMapper : public TouchInputMapper {
1662 explicit SingleTouchInputMapper(InputDevice* device);
1663 virtual ~SingleTouchInputMapper();
DInputReader.cpp506 device->addMapper(new SingleTouchInputMapper(device)); in createDeviceLocked()
6856 SingleTouchInputMapper::SingleTouchInputMapper(InputDevice* device) : in SingleTouchInputMapper() function in android::SingleTouchInputMapper
6860 SingleTouchInputMapper::~SingleTouchInputMapper() { in ~SingleTouchInputMapper()
6863 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
6869 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process()
6875 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
6907 void SingleTouchInputMapper::configureRawPointerAxes() { in configureRawPointerAxes()
6919 bool SingleTouchInputMapper::hasStylus() const { in hasStylus()