Lines Matching defs:mapper
1011 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper() local
1046 FakeInputMapper* mapper = NULL; in TEST_F() local
1073 FakeInputMapper* mapper = NULL; in TEST_F() local
1100 FakeInputMapper* mapper = NULL; in TEST_F() local
1127 FakeInputMapper* mapper = NULL; in TEST_F() local
1171 FakeInputMapper* mapper = NULL; in TEST_F() local
1420 void addMapperAndConfigure(InputMapper* mapper) { in addMapperAndConfigure()
1433 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, in process()
1494 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local
1501 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local
1512 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); in TEST_F() local
1538 void KeyboardInputMapperTest::testDPadKeyRotation(KeyboardInputMapper* mapper, in testDPadKeyRotation()
1557 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1570 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1678 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1723 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1746 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1823 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1835 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1847 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1868 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, in TEST_F() local
1960 void CursorInputMapperTest::testMotionRotation(CursorInputMapper* mapper, in testMotionRotation()
1976 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
1984 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
1992 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2023 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2042 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2097 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2121 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2145 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2182 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2200 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2251 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
2427 CursorInputMapper* mapper = new CursorInputMapper(mDevice); in TEST_F() local
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() local
2686 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2697 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2707 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2717 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2746 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2775 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2791 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2842 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
2964 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3038 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3129 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3153 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3215 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3260 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3284 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3445 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3581 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3654 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); in TEST_F() local
3799 MultiTouchInputMapper* mapper, int32_t x, int32_t y) { in processPosition()
3805 MultiTouchInputMapper* mapper, int32_t touchMajor) { in processTouchMajor()
3810 MultiTouchInputMapper* mapper, int32_t touchMinor) { in processTouchMinor()
3815 MultiTouchInputMapper* mapper, int32_t toolMajor) { in processToolMajor()
3820 MultiTouchInputMapper* mapper, int32_t toolMinor) { in processToolMinor()
3825 MultiTouchInputMapper* mapper, int32_t orientation) { in processOrientation()
3830 MultiTouchInputMapper* mapper, int32_t pressure) { in processPressure()
3835 MultiTouchInputMapper* mapper, int32_t distance) { in processDistance()
3840 MultiTouchInputMapper* mapper, int32_t id) { in processId()
3845 MultiTouchInputMapper* mapper, int32_t slot) { in processSlot()
3850 MultiTouchInputMapper* mapper, int32_t toolType) { in processToolType()
3855 MultiTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey()
3859 void MultiTouchInputMapperTest::processMTSync(MultiTouchInputMapper* mapper) { in processMTSync()
3863 void MultiTouchInputMapperTest::processSync(MultiTouchInputMapper* mapper) { in processSync()
3869 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4146 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4322 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4493 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4543 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4581 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4634 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4668 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4697 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
4858 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
5009 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local
5081 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); in TEST_F() local