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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3732 void processPosition(MultiTouchInputMapper* mapper, int32_t x, int32_t y);
3733 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3734 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3735 void processToolMajor(MultiTouchInputMapper* mapper, int32_t toolMajor);
3736 void processToolMinor(MultiTouchInputMapper* mapper, int32_t toolMinor);
3737 void processOrientation(MultiTouchInputMapper* mapper, int32_t orientation);
3738 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3739 void processDistance(MultiTouchInputMapper* mapper, int32_t distance);
3740 void processId(MultiTouchInputMapper* mapper, int32_t id);
3741 void processSlot(MultiTouchInputMapper* mappe
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1748 class MultiTouchInputMapper : public TouchInputMapper { class in namespace:android
1750 MultiTouchInputMapper(InputDevice* device);
1751 virtual ~MultiTouchInputMapper();
H A DInputReader.cpp457 device->addMapper(new MultiTouchInputMapper(device));
6054 // --- MultiTouchInputMapper ---
6056 MultiTouchInputMapper::MultiTouchInputMapper(InputDevice* device) : function in class:android::MultiTouchInputMapper
6060 MultiTouchInputMapper::~MultiTouchInputMapper() {
6063 void MultiTouchInputMapper::reset(nsecs_t when) {
6071 void MultiTouchInputMapper::process(const RawEvent* rawEvent) {
6077 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) {
6162 void MultiTouchInputMapper
[all...]

Completed in 49 milliseconds