Searched refs:maxPoolSize (Results 1 – 4 of 4) sorted by relevance
96 public SimplePool(int maxPoolSize) { in SimplePool() argument97 if (maxPoolSize <= 0) { in SimplePool()100 mPool = new Object[maxPoolSize]; in SimplePool()157 public SynchronizedPool(int maxPoolSize, Object lock) { in SynchronizedPool() argument158 super(maxPoolSize); in SynchronizedPool()164 public SynchronizedPool(int maxPoolSize) { in SynchronizedPool() argument165 this(maxPoolSize, new Object()); in SynchronizedPool()
34 public MessagingPool(int maxPoolSize) { in MessagingPool() argument35 mMaxPoolSize = maxPoolSize; in MessagingPool()
1257 PooledInputEventFactory::PooledInputEventFactory(size_t maxPoolSize) : in PooledInputEventFactory() argument1258 mMaxPoolSize(maxPoolSize) { in PooledInputEventFactory()
1169 explicit PooledInputEventFactory(size_t maxPoolSize = 20);