Searched refs:mMaxPoolSize (Results 1 – 2 of 2) sorted by relevance
31 private final int mMaxPoolSize; field in MessagingPool35 mMaxPoolSize = maxPoolSize; in MessagingPool()37 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in MessagingPool()69 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in clear()
33 private int mMaxPoolSize = 200; field in EventScheduler143 } else if (mEventPool.size() < mMaxPoolSize) { in addEventToPool()