Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5792 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local
5793 lastPointerIndex++) { in assignPointerIds()
5797 mLastRawPointerData.pointers[lastPointerIndex]; in assignPointerIds()
5806 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()
5840 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
5886 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
5897 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local
5898 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()
5901 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()
5903 uint32_t id = mLastRawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()
[all …]
DInputReader.h1498 uint32_t lastPointerIndex : 8; member