Home
last modified time | relevance | path

Searched defs: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
6761 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local
6788 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds() local
DInputReader.h1404 uint32_t currentPointerIndex : 8; member