Home
last modified time | relevance | path

Searched defs:lastPointerIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp3833 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount; in assignPointerIds() local
3936 uint32_t lastPointerIndex = heap[0].lastPointerIndex; in assignPointerIds() local
H A DTouchInputMapper.h537 uint32_t lastPointerIndex : 8; member