Searched refs:FakeInputMapper (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 158 class FakeInputMapper : public InputMapper { class 179 FakeInputMapper(InputDeviceContext& deviceContext, const InputReaderConfiguration& readerConfig, in FakeInputMapper() function in android::FakeInputMapper 189 virtual ~FakeInputMapper() {} in ~FakeInputMapper() 644 FakeInputMapper& addDeviceWithFakeInputMapper(int32_t deviceId, int32_t eventHubId, in addDeviceWithFakeInputMapper() 650 FakeInputMapper& mapper = in addDeviceWithFakeInputMapper() 651 device->addMapper<FakeInputMapper>(eventHubId, in addDeviceWithFakeInputMapper() 704 device->addMapper<FakeInputMapper>(eventHubIds[0], mFakePolicy->getReaderConfiguration(), in TEST_F() 706 device->addMapper<FakeInputMapper>(eventHubIds[1], mFakePolicy->getReaderConfiguration(), in TEST_F() 727 device->addMapper<FakeInputMapper>(eventHubIds[0], mFakePolicy->getReaderConfiguration(), in TEST_F() 729 device->addMapper<FakeInputMapper>(eventHubIds[1], mFakePolicy->getReaderConfiguration(), in TEST_F() [all …]
|