Lines Matching refs:FakeInputMapper
824 class FakeInputMapper : public InputMapper { class
839 FakeInputMapper(InputDevice* device, uint32_t sources) : in FakeInputMapper() function in android::FakeInputMapper
846 virtual ~FakeInputMapper() { } in ~FakeInputMapper()
1042 FakeInputMapper* addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, in addDeviceWithFakeInputMapper()
1046 FakeInputMapper* mapper = new FakeInputMapper(device, sources); in addDeviceWithFakeInputMapper()
1081 FakeInputMapper* mapper = NULL; in TEST_F()
1108 FakeInputMapper* mapper = NULL; in TEST_F()
1135 FakeInputMapper* mapper = NULL; in TEST_F()
1162 FakeInputMapper* mapper = NULL; in TEST_F()
1206 FakeInputMapper* mapper = NULL; in TEST_F()
1323 FakeInputMapper* mapper1 = new FakeInputMapper(mDevice, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1335 FakeInputMapper* mapper2 = new FakeInputMapper(mDevice, AINPUT_SOURCE_TOUCHSCREEN); in TEST_F()