Home
last modified time | relevance | path

Searched defs:idToIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInputConsumer.h136 int32_t idToIndex[MAX_POINTER_ID + 1]; member
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp368 std::array<uint32_t, MAX_POINTER_ID + 1> idToIndex; in processTouchscreenAndStylusEventLocked() local
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3638 const IdToIndexArray& idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion()