Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4679 void processPosition(MultiTouchInputMapper* mapper, int32_t x, int32_t y);
4680 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
4681 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
4682 void processToolMajor(MultiTouchInputMapper* mapper, int32_t toolMajor);
4683 void processToolMinor(MultiTouchInputMapper* mapper, int32_t toolMinor);
4684 void processOrientation(MultiTouchInputMapper* mapper, int32_t orientation);
4685 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
4686 void processDistance(MultiTouchInputMapper* mapper, int32_t distance);
4687 void processId(MultiTouchInputMapper* mapper, int32_t id);
4688 void processSlot(MultiTouchInputMapper* mapper, int32_t slot);
[all …]
/frameworks/native/services/inputflinger/
DInputReader.h1678 class MultiTouchInputMapper : public TouchInputMapper {
1680 explicit MultiTouchInputMapper(InputDevice* device);
1681 virtual ~MultiTouchInputMapper();
DInputReader.cpp504 device->addMapper(new MultiTouchInputMapper(device)); in createDeviceLocked()
6926 MultiTouchInputMapper::MultiTouchInputMapper(InputDevice* device) : in MultiTouchInputMapper() function in android::MultiTouchInputMapper
6930 MultiTouchInputMapper::~MultiTouchInputMapper() { in ~MultiTouchInputMapper()
6933 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
6941 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { in process()
6947 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
7033 void MultiTouchInputMapper::configureRawPointerAxes() { in configureRawPointerAxes()
7066 bool MultiTouchInputMapper::hasStylus() const { in hasStylus()