Lines Matching refs:FakeInputMapper
950 class FakeInputMapper : public InputMapper { class
968 FakeInputMapper(InputDeviceContext& deviceContext, uint32_t sources) in FakeInputMapper() function in android::FakeInputMapper
977 virtual ~FakeInputMapper() { } in ~FakeInputMapper()
1399 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper()
1404 FakeInputMapper& mapper = device->addMapper<FakeInputMapper>(eventHubId, sources); in addDeviceWithFakeInputMapper()
1442 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1477 FakeInputMapper& mapper = in TEST_F()
1510 FakeInputMapper& mapper = in TEST_F()
1543 FakeInputMapper& mapper = in TEST_F()
1576 FakeInputMapper& mapper = in TEST_F()
1628 FakeInputMapper& mapper = in TEST_F()
1651 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1684 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1699 FakeInputMapper& mapper = in TEST_F()
1700 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()
2107 FakeInputMapper& mapper1 = in TEST_F()
2108 mDevice->addMapper<FakeInputMapper>(EVENTHUB_ID, AINPUT_SOURCE_KEYBOARD); in TEST_F()
2119 FakeInputMapper& mapper2 = in TEST_F()
2120 mDevice->addMapper<FakeInputMapper>(EVENTHUB_ID, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()
2202 mDevice->addMapper<FakeInputMapper>(EVENTHUB_ID, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()