Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5850 BitSet32 matchedCurrentBits(0); in assignPointerIds() local
5895 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()
5900 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()
5919 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()
5920 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()