Lines Matching refs:FakeInputMapper
793 class FakeInputMapper : public InputMapper { class
808 FakeInputMapper(InputDevice* device, uint32_t sources) : in FakeInputMapper() function in android::FakeInputMapper
815 virtual ~FakeInputMapper() { } in ~FakeInputMapper()
1011 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, in addDeviceWithFakeInputMapper()
1015 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper()
1050 FakeInputMapper* mapper = NULL; in TEST_F()
1077 FakeInputMapper* mapper = NULL; in TEST_F()
1104 FakeInputMapper* mapper = NULL; in TEST_F()
1131 FakeInputMapper* mapper = NULL; in TEST_F()
1175 FakeInputMapper* mapper = NULL; in TEST_F()
1292 FakeInputMapper* mapper1 = new FakeInputMapper(mDevice, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1304 FakeInputMapper* mapper2 = new FakeInputMapper(mDevice, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()