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

/frameworks/base/services/input/tests/
H A DInputReader_test.cpp3668 void processPosition(MultiTouchInputMapper* mapper, int32_t x, int32_t y);
3669 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3670 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3671 void processToolMajor(MultiTouchInputMapper* mapper, int32_t toolMajor);
3672 void processToolMinor(MultiTouchInputMapper* mapper, int32_t toolMinor);
3673 void processOrientation(MultiTouchInputMapper* mapper, int32_t orientation);
3674 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3675 void processDistance(MultiTouchInputMapper* mapper, int32_t distance);
3676 void processId(MultiTouchInputMapper* mapper, int32_t id);
3677 void processSlot(MultiTouchInputMapper* mappe
[all...]
/frameworks/base/services/input/
H A DInputReader.h1686 class MultiTouchInputMapper : public TouchInputMapper { class in namespace:android
1688 MultiTouchInputMapper(InputDevice* device);
1689 virtual ~MultiTouchInputMapper();
H A DInputReader.cpp445 device->addMapper(new MultiTouchInputMapper(device));
5874 // --- MultiTouchInputMapper ---
5876 MultiTouchInputMapper::MultiTouchInputMapper(InputDevice* device) : function in class:android::MultiTouchInputMapper
5880 MultiTouchInputMapper::~MultiTouchInputMapper() {
5883 void MultiTouchInputMapper::reset(nsecs_t when) {
5891 void MultiTouchInputMapper::process(const RawEvent* rawEvent) {
5897 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) {
5982 void MultiTouchInputMapper
[all...]

Completed in 67 milliseconds