Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp6366 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local
6367 lastPointerIndex++) { in assignPointerIds()
6371 last->rawPointerData.pointers[lastPointerIndex]; in assignPointerIds()
6380 heap[heapSize].lastPointerIndex = lastPointerIndex; in assignPointerIds()
6414 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
6460 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex, in assignPointerIds()
6471 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local
6472 if (matchedLastBits.hasBit(lastPointerIndex)) continue; // already matched in assignPointerIds()
6475 matchedLastBits.markBit(lastPointerIndex); in assignPointerIds()
6477 uint32_t id = last->rawPointerData.pointers[lastPointerIndex].id; in assignPointerIds()
[all …]
DInputReader.h1643 uint32_t lastPointerIndex : 8; member