Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp6657 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local
6658 currentPointerIndex++) { in assignPointerIds()
6662 current->rawPointerData.pointers[currentPointerIndex]; in assignPointerIds()
6672 heap[heapSize].currentPointerIndex = currentPointerIndex; in assignPointerIds()
6707 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
6753 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
6761 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local
6762 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()
6767 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()
6771 current->rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()
[all …]
DInputReader.h1404 uint32_t currentPointerIndex : 8; member