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

/frameworks/native/include/input/
H A DInput.h125 #define MAX_POINTERS 16 macro
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5363 VelocityTracker::Position positions[MAX_POINTERS];
6314 PointerCoords pointerCoords[MAX_POINTERS];
6315 PointerProperties pointerProperties[MAX_POINTERS];
6459 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
6762 if (outCount >= MAX_POINTERS) {
6766 getDeviceName().string(), MAX_POINTERS);
6863 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 349 milliseconds