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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2588 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* mappe
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1730 class SingleTouchInputMapper : public TouchInputMapper { class in namespace:android
1732 SingleTouchInputMapper(InputDevice* device);
1733 virtual ~SingleTouchInputMapper();
H A DInputReader.cpp459 device->addMapper(new SingleTouchInputMapper(device));
5984 // --- SingleTouchInputMapper ---
5986 SingleTouchInputMapper::SingleTouchInputMapper(InputDevice* device) : function in class:android::SingleTouchInputMapper
5990 SingleTouchInputMapper::~SingleTouchInputMapper() {
5993 void SingleTouchInputMapper::reset(nsecs_t when) {
5999 void SingleTouchInputMapper::process(const RawEvent* rawEvent) {
6005 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) {
6037 void SingleTouchInputMapper
[all...]

Completed in 625 milliseconds