Searched refs:MAX_SAMPLES (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/include/input/ | ||
D | Input.h | 130 #define MAX_SAMPLES UINT16_MAX macro |
/frameworks/native/libs/input/ | ||
D | Input.cpp | 428 sampleCount == 0 || sampleCount > MAX_SAMPLES) { in readFromParcel() |