Lines Matching refs:addMapper
1404 FakeInputMapper& mapper = device->addMapper<FakeInputMapper>(eventHubId, sources); in addDeviceWithFakeInputMapper()
1442 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); 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()
1700 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()
2108 mDevice->addMapper<FakeInputMapper>(EVENTHUB_ID, AINPUT_SOURCE_KEYBOARD); 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()
2294 T& mapper = mDevice->addMapper<T>(EVENTHUB_ID, args...); in addMapperAndConfigure()
2880 device2->addMapper<KeyboardInputMapper>(SECOND_EVENTHUB_ID, AINPUT_SOURCE_KEYBOARD, in TEST_F()
6864 MultiTouchInputMapper& mapper2 = device2->addMapper<MultiTouchInputMapper>(SECOND_EVENTHUB_ID); in TEST_F()