Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp1735 mCurrentSlot(-1), mSlots(nullptr), mSlotCount(0), mUsingSlotsProtocol(false), in MultiTouchMotionAccumulator()
1746 mUsingSlotsProtocol = usingSlotsProtocol; in configure()
1756 if (mUsingSlotsProtocol) { in reset()
1792 if (mUsingSlotsProtocol) { in process()
1844 if (mUsingSlotsProtocol && rawEvent->value < 0) { in process()
1877 if (!mUsingSlotsProtocol) { in finishSync()
DInputReader.h726 bool mUsingSlotsProtocol; variable