Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp89 const size_t RECENT_QUEUE_MAX_SIZE = 10; variable
466 if (mRecentQueue.count() > RECENT_QUEUE_MAX_SIZE) { in addRecentEventLocked()