Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.h108 mDevice->addMapper<T>(EVENTHUB_ID, mFakePolicy->getReaderConfiguration(), args...); in addMapperAndConfigure()
DInputReader_test.cpp651 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()
755 device->addMapper<FakeInputMapper>(eventHubId, mFakePolicy->getReaderConfiguration(), in TEST_F()
1002 device->addMapper<FakeInputMapper>(eventHubId, mFakePolicy->getReaderConfiguration(), in TEST_F()
1036 device->addMapper<FakeInputMapper>(eventHubId, mFakePolicy->getReaderConfiguration(), in TEST_F()
1053 device->addMapper<FakeInputMapper>(eventHubId, mFakePolicy->getReaderConfiguration(), in TEST_F()
1097 device->addMapper<FakeInputMapper>(eventHubIds[0], mFakePolicy->getReaderConfiguration(), in TEST_F()
[all …]
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h146 T& addMapper(int32_t eventHubId, Args... args) { in addMapper() function