Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp3833 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local
3834 lastPointerIndex++) { in assignPointerIds()
3838 last.rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()
3847 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()
3881 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()
3926 heap[j].currentPointerIndex, heap[j].lastPointerIndex, heap[j].distance); in assignPointerIds()
3936 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local
3937 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()
3940 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()
3942 uint32_t id = last.rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()
[all …]
H A DTouchInputMapper.h537 uint32_t lastPointerIndex : 8; member