Searched refs:RECENT_QUEUE_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
155 constexpr size_t RECENT_QUEUE_MAX_SIZE = 10; variable1413 if (mRecentQueue.size() > RECENT_QUEUE_MAX_SIZE) { in addRecentEventLocked()