Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp1701 int32_t initialSlot; in reset() local
1703 ABS_MT_SLOT, &initialSlot); in reset()
1706 initialSlot = -1; in reset()
1708 clearSlots(initialSlot); in reset()
1714 void MultiTouchMotionAccumulator::clearSlots(int32_t initialSlot) { in clearSlots() argument
1720 mCurrentSlot = initialSlot; in clearSlots()
DInputReader.h992 void clearSlots(int32_t initialSlot);