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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp66 static const size_t MAX_SLOTS = 32; member in namespace:android
6181 if (slotCount > MAX_SLOTS) {
6184 getDeviceName().string(), slotCount, MAX_SLOTS);
6185 slotCount = MAX_SLOTS;

Completed in 35 milliseconds