Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DMultiTouchInputMapper_test.cpp167 std::list<NotifyArgs> processSlot(int32_t slot) { return process(EV_ABS, ABS_MT_SLOT, slot); } in processSlot() function in android::MultiTouchInputMapperUnitTest
184 args += processSlot(1); in TEST_F()
201 args = processSlot(0); in TEST_F()
203 args += processSlot(1); in TEST_F()
244 args = processSlot(0); in TEST_F()
246 args += processSlot(1); in TEST_F()
256 args = processSlot(0); in TEST_F()
266 args = processSlot(1); in TEST_F()
DInputReader_test.cpp7089 void processSlot(MultiTouchInputMapper& mapper, int32_t slot);
7185 void MultiTouchInputMapperTest::processSlot(MultiTouchInputMapper& mapper, int32_t slot) { in processSlot() function in android::MultiTouchInputMapperTest
7722 processSlot(mapper, 1); in TEST_F()
7749 processSlot(mapper, 0); in TEST_F()
7751 processSlot(mapper, 1); in TEST_F()
7769 processSlot(mapper, 0); in TEST_F()
7771 processSlot(mapper, 1); in TEST_F()
7811 processSlot(mapper, 0); in TEST_F()
7830 processSlot(mapper, 1); in TEST_F()
7832 processSlot(mapper, 0); in TEST_F()
[all …]