Lines Matching refs:SingleTouchInputMapper

2588     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* mapper, int32_t x, int32_t y) { in processDown()
2636 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
2641 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
2646 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure()
2651 SingleTouchInputMapper* mapper, int32_t toolMajor) { in processToolMajor()
2656 SingleTouchInputMapper* mapper, int32_t distance) { in processDistance()
2661 SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) { in processTilt()
2667 SingleTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey()
2671 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2686 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2697 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2707 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2717 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2746 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2775 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2791 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2842 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
2964 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3038 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3129 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3153 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3215 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3260 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3284 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3445 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3581 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3654 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()