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.cpp5508 VelocityTracker::Position positions[MAX_POINTERS];
6455 PointerCoords pointerCoords[MAX_POINTERS];
6456 PointerProperties pointerProperties[MAX_POINTERS];
6600 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
6903 if (outCount >= MAX_POINTERS) {
6907 getDeviceName().string(), MAX_POINTERS);
7005 MAX_POINTERS, false /*usingSlotsProtocol*/); local

Completed in 24 milliseconds