Searched defs:MAX_POINTERS (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/input/
H A DInput.h111 #define MAX_POINTERS 16 macro
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5090 VelocityTracker::Position positions[MAX_POINTERS];
6040 PointerCoords pointerCoords[MAX_POINTERS];
6041 PointerProperties pointerProperties[MAX_POINTERS];
6185 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
6487 if (outCount >= MAX_POINTERS) {
6491 getDeviceName().string(), MAX_POINTERS);
6588 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 80 milliseconds