Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp1584 int32_t initialSlot; in reset() local
1586 ABS_MT_SLOT, &initialSlot); in reset()
1589 initialSlot = -1; in reset()
1591 clearSlots(initialSlot); in reset()
1597 void MultiTouchMotionAccumulator::clearSlots(int32_t initialSlot) { in clearSlots() argument
1603 mCurrentSlot = initialSlot; in clearSlots()
DInputReader.h931 void clearSlots(int32_t initialSlot);