Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3776 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local
3777 currentPointerIndex++) { in assignPointerIds()
3781 current.rawPointerData.pointers[currentPointerIndex]; in assignPointerIds()
3791 heap[heapSize].currentPointerIndex = currentPointerIndex; in assignPointerIds()
3826 heap[i].currentPointerIndex, heap[i].lastPointerIndex, heap[i].distance); in assignPointerIds()
3871 j, heap[j].currentPointerIndex, heap[j].lastPointerIndex, in assignPointerIds()
3879 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local
3880 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()
3885 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()
3889 current.rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()
[all …]
DTouchInputMapper.h523 uint32_t currentPointerIndex : 8 {};