Lines Matching refs:SingleTouchInputMapper
3349 void processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3350 void processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y);
3351 void processUp(SingleTouchInputMapper* mappery);
3352 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
3353 void processToolMajor(SingleTouchInputMapper* mapper, int32_t toolMajor);
3354 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
3355 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
3356 void processKey(SingleTouchInputMapper* mapper, int32_t code, int32_t value);
3357 void processSync(SingleTouchInputMapper* mapper);
3391 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processDown()
3397 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper* mapper, int32_t x, int32_t y) { in processMove()
3402 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper* mapper) { in processUp()
3407 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure()
3412 SingleTouchInputMapper* mapper, int32_t toolMajor) { in processToolMajor()
3417 SingleTouchInputMapper* mapper, int32_t distance) { in processDistance()
3422 SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) { in processTilt()
3428 SingleTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey()
3432 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper* mapper) { in processSync()
3438 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3447 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3458 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3468 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3478 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3507 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3536 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3552 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3603 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3725 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3799 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3898 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
3989 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4013 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4079 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4124 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4148 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4392 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4528 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()
4601 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F()