Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp1766 int32_t initialSlot; in reset() local
1768 ABS_MT_SLOT, &initialSlot); in reset()
1771 initialSlot = -1; in reset()
1773 clearSlots(initialSlot); in reset()
1780 void MultiTouchMotionAccumulator::clearSlots(int32_t initialSlot) { in clearSlots() argument
1786 mCurrentSlot = initialSlot; in clearSlots()
DInputReader.h730 void clearSlots(int32_t initialSlot);