Searched refs:mCurrentPool (Results 1 – 1 of 1) sorted by relevance
32 private Pools.SynchronizedPool<T> mCurrentPool; field in MessagingPool37 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in MessagingPool()46 T instance = mCurrentPool.acquire(); in acquire()63 return mCurrentPool.release(instance); in release()69 mCurrentPool = new Pools.SynchronizedPool<>(mMaxPoolSize); in clear()