Searched refs:maxPoolSize (Results 1 – 3 of 3) sorted by relevance
95 public SimplePool(int maxPoolSize) { in SimplePool() argument96 if (maxPoolSize <= 0) { in SimplePool()99 mPool = new Object[maxPoolSize]; in SimplePool()156 public SynchronizedPool(int maxPoolSize, Object lock) { in SynchronizedPool() argument157 super(maxPoolSize); in SynchronizedPool()163 public SynchronizedPool(int maxPoolSize) { in SynchronizedPool() argument164 this(maxPoolSize, new Object()); in SynchronizedPool()
574 PooledInputEventFactory::PooledInputEventFactory(size_t maxPoolSize) : in PooledInputEventFactory() argument575 mMaxPoolSize(maxPoolSize) { in PooledInputEventFactory()
714 explicit PooledInputEventFactory(size_t maxPoolSize = 20);