Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DMultiTouchInputMapper.cpp34 mUsingSlotsProtocol(false), in MultiTouchMotionAccumulator()
44 mUsingSlotsProtocol = usingSlotsProtocol; in configure()
54 if (mUsingSlotsProtocol) { in reset()
90 if (mUsingSlotsProtocol) { in process()
142 if (mUsingSlotsProtocol && rawEvent->value < 0) { in process()
175 if (!mUsingSlotsProtocol) { in finishSync()
DMultiTouchInputMapper.h87 bool mUsingSlotsProtocol; variable