Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp66 static const size_t MAX_SLOTS = 32; variable
6181 if (slotCount > MAX_SLOTS) { in configureRawPointerAxes()
6184 getDeviceName().string(), slotCount, MAX_SLOTS); in configureRawPointerAxes()
6185 slotCount = MAX_SLOTS; in configureRawPointerAxes()