Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1564 device->addMapper<FakeInputMapper>(eventHubIds[0], AINPUT_SOURCE_KEYBOARD); in TEST_F()
1565 device->addMapper<FakeInputMapper>(eventHubIds[1], AINPUT_SOURCE_KEYBOARD); in TEST_F()
1585 device->addMapper<FakeInputMapper>(eventHubIds[0], AINPUT_SOURCE_KEYBOARD); in TEST_F()
1586 device->addMapper<FakeInputMapper>(eventHubIds[1], AINPUT_SOURCE_KEYBOARD); in TEST_F()
1611 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1823 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1856 device->addMapper<FakeInputMapper>(eventHubId, AINPUT_SOURCE_KEYBOARD); in TEST_F()
1916 device->addMapper<FakeInputMapper>(eventHubIds[0], AINPUT_SOURCE_KEYBOARD); in TEST_F()
1917 device->addMapper<FakeInputMapper>(eventHubIds[1], AINPUT_SOURCE_KEYBOARD); in TEST_F()
2635 mDevice->addMapper<FakeInputMapper>(EVENTHUB_ID, AINPUT_SOURCE_KEYBOARD); in TEST_F()
[all …]
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h125 T& addMapper(int32_t eventHubId, Args... args) { in addMapper() function