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

/frameworks/native/include/input/
H A DInputTransport.h367 int32_t idToIndex[MAX_POINTER_ID + 1]; member in struct:android::InputConsumer::History
376 idToIndex[id] = i;
382 return pointers[idToIndex[id]];
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1563 idToIndex[id] = other.idToIndex[id];
1607 idToIndex[id] = other.idToIndex[id];
4244 mCurrentCookedState.cookedPointerData.idToIndex,
4492 mCurrentCookedState.cookedPointerData.idToIndex,
4514 mCurrentCookedState.cookedPointerData.idToIndex,
4531 mCurrentCookedState.cookedPointerData.idToIndex,
4534 mLastCookedState.cookedPointerData.idToIndex,
4548 mLastCookedState.cookedPointerData.idToIndex,
6210 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
H A DInputReader.h836 uint32_t idToIndex[MAX_POINTER_ID + 1]; member in struct:android::RawPointerData
857 return pointers[idToIndex[id]];
872 uint32_t idToIndex[MAX_POINTER_ID + 1]; member in struct:android::CookedPointerData
879 return pointerCoords[idToIndex[id]];
883 return pointerCoords[idToIndex[id]];
887 return pointerProperties[idToIndex[id]];
1871 const uint32_t* idToIndex, BitSet32 idBits,

Completed in 96 milliseconds