Lines Matching refs:SingleTouchInputMapper

2916     void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
2917 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
2918 void processUp(SingleTouchInputMapper* mappery);
2919 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2920 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor);
2921 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
2922 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
2923 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
2924 void processSync(SingleTouchInputMapper* mapper);
2958 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
2964 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
2969 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
2974 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure()
2979 SingleTouchInputMapper* mapper, int32_t toolMajor) { in processToolMajor()
2984 SingleTouchInputMapper* mapper, int32_t distance) { in processDistance()
2989 SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) { in processTilt()
2995 SingleTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey()
2999 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
3005 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3014 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3025 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3035 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3045 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3074 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3103 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3119 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3170 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3292 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3366 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3465 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3556 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3580 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3642 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3687 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3711 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3955 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4091 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4164 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()