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