Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3835 BitSet32 matchedCurrentBits(0); in assignPointerIds() local
3880 if (matchedCurrentBits.hasBit(currentPointerIndex)) continue; // already matched in assignPointerIds()
3885 matchedCurrentBits.markBit(currentPointerIndex); in assignPointerIds()
3905 for (uint32_t i = currentPointerCount - matchedCurrentBits.count(); i != 0; i--) { in assignPointerIds()
3906 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds()