Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3778 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local
3779 lastPointerIndex++) { in assignPointerIds()
3783 last.rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()
3792 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()
3826 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()
3871 j, heap[j].currentPointerIndex, heap[j].lastPointerIndex, in assignPointerIds()
3882 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local
3883 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()
3886 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()
3888 uint32_t id = last.rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()
[all …]
DTouchInputMapper.h524 uint32_t lastPointerIndex : 8 {};