Lines Matching refs:FakeInputMapper
899 class FakeInputMapper : public InputMapper { class
914 FakeInputMapper(InputDevice* device, uint32_t sources) : in FakeInputMapper() function in android::FakeInputMapper
921 virtual ~FakeInputMapper() { } in ~FakeInputMapper()
1131 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, in addDeviceWithFakeInputMapper()
1135 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper()
1174 FakeInputMapper* mapper = new FakeInputMapper(device, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1210 FakeInputMapper* mapper = NULL; in TEST_F()
1237 FakeInputMapper* mapper = NULL; in TEST_F()
1264 FakeInputMapper* mapper = NULL; in TEST_F()
1291 FakeInputMapper* mapper = NULL; in TEST_F()
1335 FakeInputMapper* mapper = NULL; in TEST_F()
1456 FakeInputMapper* mapper1 = new FakeInputMapper(mDevice, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1468 FakeInputMapper* mapper2 = new FakeInputMapper(mDevice, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()