• Home
  • Raw
  • Download

Lines Matching defs:mapper

127 static void assertAxisResolution(MultiTouchInputMapper& mapper, int axis, float resolution) {  in assertAxisResolution()
136 static void assertAxisNotPresent(MultiTouchInputMapper& mapper, int axis) { in assertAxisNotPresent()
630 FakeInputMapper& mapper = in addDeviceWithFakeInputMapper() local
771 FakeInputMapper& mapper = in TEST_F() local
803 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "keyboard", in TEST_F() local
822 FakeInputMapper& mapper = addDeviceWithFakeInputMapper(deviceId, eventHubId, "joystick", in TEST_F() local
835 FakeInputMapper& mapper = in TEST_F() local
868 FakeInputMapper& mapper = in TEST_F() local
901 FakeInputMapper& mapper = in TEST_F() local
958 FakeInputMapper& mapper = in TEST_F() local
1032 FakeInputMapper& mapper = in TEST_F() local
1183 FakeVibratorInputMapper& mapper = in TEST_F() local
2725 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F() local
2731 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F() local
2741 SwitchInputMapper& mapper = constructAndAddMapper<SwitchInputMapper>(); in TEST_F() local
2767 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F() local
2773 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F() local
2781 VibratorInputMapper& mapper = constructAndAddMapper<VibratorInputMapper>(); in TEST_F() local
2906 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F() local
2914 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F() local
2944 SensorInputMapper& mapper = constructAndAddMapper<SensorInputMapper>(); in TEST_F() local
2992 void KeyboardInputMapperTest::testDPadKeyRotation(KeyboardInputMapper& mapper, in testDPadKeyRotation()
3013 KeyboardInputMapper& mapper = in TEST_F() local
3029 KeyboardInputMapper& mapper = in TEST_F() local
3130 KeyboardInputMapper& mapper = in TEST_F() local
3152 KeyboardInputMapper& mapper = in TEST_F() local
3175 KeyboardInputMapper& mapper = in TEST_F() local
3216 KeyboardInputMapper& mapper = in TEST_F() local
3238 KeyboardInputMapper& mapper = in TEST_F() local
3310 KeyboardInputMapper& mapper = in TEST_F() local
3336 KeyboardInputMapper& mapper = in TEST_F() local
3364 KeyboardInputMapper& mapper = in TEST_F() local
3376 KeyboardInputMapper& mapper = in TEST_F() local
3389 KeyboardInputMapper& mapper = in TEST_F() local
3401 KeyboardInputMapper& mapper = in TEST_F() local
3421 KeyboardInputMapper& mapper = in TEST_F() local
3487 KeyboardInputMapper& mapper = in TEST_F() local
3537 KeyboardInputMapper& mapper = in TEST_F() local
3608 KeyboardInputMapper& mapper = in TEST_F() local
3682 KeyboardInputMapper& mapper = in TEST_F() local
3781 KeyboardInputMapper& mapper = in TEST_F() local
3865 KeyboardInputMapper& mapper = in TEST_F() local
3903 KeyboardInputMapper& mapper = in TEST_F() local
3971 void CursorInputMapperTest::testMotionRotation(CursorInputMapper& mapper, int32_t originalX, in testMotionRotation()
3989 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
3996 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4003 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4033 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4051 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4139 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4163 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4192 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4241 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4259 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4308 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4562 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4583 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4675 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4716 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4757 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4783 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4809 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4842 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4869 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
4906 CursorInputMapper& mapper = constructAndAddMapper<CursorInputMapper>(); in TEST_F() local
5150 void SingleTouchInputMapperTest::processDown(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processDown()
5156 void SingleTouchInputMapperTest::processMove(SingleTouchInputMapper& mapper, int32_t x, int32_t y) { in processMove()
5161 void SingleTouchInputMapperTest::processUp(SingleTouchInputMapper& mapper) { in processUp()
5165 void SingleTouchInputMapperTest::processPressure(SingleTouchInputMapper& mapper, int32_t pressure) { in processPressure()
5169 void SingleTouchInputMapperTest::processToolMajor(SingleTouchInputMapper& mapper, in processToolMajor()
5174 void SingleTouchInputMapperTest::processDistance(SingleTouchInputMapper& mapper, int32_t distance) { in processDistance()
5178 void SingleTouchInputMapperTest::processTilt(SingleTouchInputMapper& mapper, int32_t tiltX, in processTilt()
5184 void SingleTouchInputMapperTest::processKey(SingleTouchInputMapper& mapper, int32_t code, in processKey()
5189 void SingleTouchInputMapperTest::processSync(SingleTouchInputMapper& mapper) { in processSync()
5196 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5205 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5216 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5244 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5272 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5287 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5337 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5458 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5533 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5629 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5719 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5744 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5813 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5837 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5861 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5885 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5909 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
5976 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6033 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6064 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6109 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6131 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6374 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6510 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6581 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6652 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6674 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6702 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6730 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6790 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6831 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6868 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6884 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6908 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6926 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
6960 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
7066 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
7101 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_F() local
7230 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_P() local
7282 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_P() local
7320 SingleTouchInputMapper& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in TEST_P() local
7355 __attribute__((unused)) SingleTouchInputMapper& mapper = in TEST_P() local
7401 auto& mapper = constructAndAddMapper<SingleTouchInputMapper>(); in initializeInputMapperWithExternalStylus() local
7412 std::list<NotifyArgs> processExternalStylusState(InputMapper& mapper) { in processExternalStylusState()
7425 void testStartFusedStylusGesture(SingleTouchInputMapper& mapper) { in testStartFusedStylusGesture()
7454 void testSuccessfulFusionGesture(SingleTouchInputMapper& mapper) { in testSuccessfulFusionGesture()
7470 void testUnsuccessfulFusionGesture(SingleTouchInputMapper& mapper) { in testUnsuccessfulFusionGesture()
7513 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7518 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7523 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7530 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7560 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7572 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7642 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7695 SingleTouchInputMapper& mapper = initializeInputMapperWithExternalStylus(); in TEST_F() local
7813 void MultiTouchInputMapperTest::processPosition(MultiTouchInputMapper& mapper, int32_t x, in processPosition()
7819 void MultiTouchInputMapperTest::processTouchMajor(MultiTouchInputMapper& mapper, in processTouchMajor()
7824 void MultiTouchInputMapperTest::processTouchMinor(MultiTouchInputMapper& mapper, in processTouchMinor()
7829 void MultiTouchInputMapperTest::processToolMajor(MultiTouchInputMapper& mapper, int32_t toolMajor) { in processToolMajor()
7833 void MultiTouchInputMapperTest::processToolMinor(MultiTouchInputMapper& mapper, int32_t toolMinor) { in processToolMinor()
7837 void MultiTouchInputMapperTest::processOrientation(MultiTouchInputMapper& mapper, in processOrientation()
7842 void MultiTouchInputMapperTest::processPressure(MultiTouchInputMapper& mapper, int32_t pressure) { in processPressure()
7846 void MultiTouchInputMapperTest::processDistance(MultiTouchInputMapper& mapper, int32_t distance) { in processDistance()
7850 void MultiTouchInputMapperTest::processId(MultiTouchInputMapper& mapper, int32_t id) { in processId()
7854 void MultiTouchInputMapperTest::processSlot(MultiTouchInputMapper& mapper, int32_t slot) { in processSlot()
7858 void MultiTouchInputMapperTest::processToolType(MultiTouchInputMapper& mapper, int32_t toolType) { in processToolType()
7862 void MultiTouchInputMapperTest::processKey(MultiTouchInputMapper& mapper, int32_t code, in processKey()
7867 void MultiTouchInputMapperTest::processHidUsage(MultiTouchInputMapper& mapper, int32_t usageCode, in processHidUsage()
7873 void MultiTouchInputMapperTest::processMTSync(MultiTouchInputMapper& mapper) { in processMTSync()
7877 void MultiTouchInputMapperTest::processSync(MultiTouchInputMapper& mapper, nsecs_t eventTime, in processSync()
7887 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8171 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8195 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8210 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8381 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8546 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8596 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8636 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8686 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8718 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8750 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
8993 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9050 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9201 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9271 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9352 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9382 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9411 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9431 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9462 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9482 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9504 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9547 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9638 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9662 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9687 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9718 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9741 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9778 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9799 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9844 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9892 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
9967 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10065 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10137 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10194 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10235 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10263 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10318 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10345 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10373 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10408 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10556 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10617 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10641 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10728 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10788 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10844 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10939 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
10986 MultiTouchInputMapper& mapper = constructAndAddMapper<MultiTouchInputMapper>(); in TEST_F() local
11040 void processAxis(JoystickInputMapper& mapper, int32_t axis, int32_t value) { in processAxis()
11044 void processSync(JoystickInputMapper& mapper) { in processSync()
11062 JoystickInputMapper& mapper = constructAndAddMapper<JoystickInputMapper>(); in TEST_F() local