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

/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3049 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3050 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3051 void processUp(SingleTouchInputMapper* mappery);
3052 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
3053 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor);
3054 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
3055 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
3056 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
3057 void processSync(SingleTouchInputMapper* mapper);
3091 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mappe
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1869 class SingleTouchInputMapper : public TouchInputMapper { class in namespace:android
1871 explicit SingleTouchInputMapper(InputDevice* device);
1872 virtual ~SingleTouchInputMapper();
H A DInputReader.cpp577 device->addMapper(new SingleTouchInputMapper(device));
6797 // --- SingleTouchInputMapper ---
6799 SingleTouchInputMapper::SingleTouchInputMapper(InputDevice* device) : function in class:android::SingleTouchInputMapper
6803 SingleTouchInputMapper::~SingleTouchInputMapper() {
6806 void SingleTouchInputMapper::reset(nsecs_t when) {
6812 void SingleTouchInputMapper::process(const RawEvent* rawEvent) {
6818 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) {
6850 void SingleTouchInputMapper
[all...]

Completed in 53 milliseconds