Home
last modified time | relevance | path

Searched refs:FakeInputMapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp899 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()
[all …]