Searched refs:poolSize (Results 1 – 1 of 1) sorted by relevance
68 public BytesBufferPool(int poolSize, int bufferSize) { in BytesBufferPool() argument69 mList = new ArrayList<BytesBuffer>(poolSize); in BytesBufferPool()70 mPoolSize = poolSize; in BytesBufferPool()