Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h83 using IdToIndexArray = std::array<uint32_t, MAX_POINTER_ID + 1>; variable
108 IdToIndexArray idToIndex{};
139 IdToIndexArray idToIndex{};
624 IdToIndexArray currentGestureIdToIndex{};
630 IdToIndexArray lastGestureIdToIndex{};
831 const IdToIndexArray& idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision,
DTouchInputMapper.cpp1945 const IdToIndexArray& inIdToIndex, PropertiesArray& outProperties, in updateMovedPointers()
1946 CoordsArray& outCoords, IdToIndexArray& outIdToIndex, in updateMovedPointers()
3638 const IdToIndexArray& idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion()