Searched refs:MAX_SLOTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputReader.cpp66 static const size_t MAX_SLOTS = 32; member in namespace:android
6001 if (slotCount > MAX_SLOTS) {
6004 getDeviceName().string(), slotCount, MAX_SLOTS);
6005 slotCount = MAX_SLOTS;

Completed in 396 milliseconds