Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp3831 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local
3832 currentPointerIndex++) { in assignPointerIds()
3836 current.rawPointerData.pointers[currentPointerIndex]; in assignPointerIds()
3846 heap[heapSize].currentPointerIndex = currentPointerIndex; in assignPointerIds()
3933 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local
3939 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()
3943 current.rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()
3944 current.rawPointerData.idToIndex[id] = currentPointerIndex; in assignPointerIds()
3947 currentPointerIndex)); in assignPointerIds()
3964 current.rawPointerData.pointers[currentPointerIndex].id = id; in assignPointerIds()
[all …]
H A DTouchInputMapper.h536 uint32_t currentPointerIndex : 8; member