Home
last modified time | relevance | path

Searched refs:mCurrentSlot (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DMultiTouchMotionAccumulator.cpp27 : mCurrentSlot(-1), mUsingSlotsProtocol(false) {} in MultiTouchMotionAccumulator()
45 mCurrentSlot = -1; in resetSlots()
53 mCurrentSlot = rawEvent.value; in process()
56 } else if (mCurrentSlot < 0) { in process()
57 mCurrentSlot = 0; in process()
60 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlots.size()) { in process()
65 mCurrentSlot, mSlots.size() - 1); in process()
68 Slot& slot = mSlots[mCurrentSlot]; in process()
82 mCurrentSlot += 1; in process()
125 event.code, event.value, mCurrentSlot, slot.mAbsMtTrackingId); in warnIfNotInUse()
[all …]
DMultiTouchMotionAccumulator.h90 int32_t mCurrentSlot{-1};
/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp109 int previousSlot = dlu->mCurrentSlot; in createReleaseFence()
168 mCurrentSlot = slot; in apply()
DDeferredLayerUpdater.h156 int mCurrentSlot = -1; variable