Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DMultiTouchMotionAccumulator.cpp27 : mCurrentSlot(-1), mUsingSlotsProtocol(false) {} in MultiTouchMotionAccumulator()
31 mUsingSlotsProtocol = usingSlotsProtocol; in configure()
51 if (mUsingSlotsProtocol) { in process()
72 if (!mUsingSlotsProtocol) { in process()
87 if (!mUsingSlotsProtocol) { in syncSlots()
117 if (!mUsingSlotsProtocol) { in finishSync()
130 if (!mUsingSlotsProtocol) { in getActiveSlotsCount()
139 if (!mUsingSlotsProtocol) { in populateCurrentSlot()
H A DMultiTouchMotionAccumulator.h92 bool mUsingSlotsProtocol; variable