Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1640 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DInputReader.cpp6501 const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, in dispatchMotion() argument
6512 if (changedId >= 0 && id == uint32_t(changedId)) { in dispatchMotion()
6521 if (changedId >= 0 && pointerCount == 1) { in dispatchMotion()