Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DMultiTouchInputMapper.cpp33 : mCurrentSlot(-1), in MultiTouchMotionAccumulator()
52 mCurrentSlot = -1; in configure()
66 mCurrentSlot = initialSlot; in configure()
79 mCurrentSlot = -1; in resetSlots()
87 mCurrentSlot = rawEvent->value; in process()
90 } else if (mCurrentSlot < 0) { in process()
91 mCurrentSlot = 0; in process()
94 if (mCurrentSlot < 0 || size_t(mCurrentSlot) >= mSlotCount) { in process()
99 mCurrentSlot, mSlotCount - 1); in process()
103 Slot* slot = &mSlots[mCurrentSlot]; in process()
[all …]
DMultiTouchInputMapper.h82 int32_t mCurrentSlot;
/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp109 int previousSlot = dlu->mCurrentSlot; in createReleaseFence()
168 mCurrentSlot = slot; in apply()
DDeferredLayerUpdater.h155 int mCurrentSlot = -1; variable