Searched refs:mUsapPoolSizeMax (Results 1 – 1 of 1) sorted by relevance
127 private int mUsapPoolSizeMax = 0; field in ZygoteServer271 mUsapPoolSizeMax = Integer.min(Integer.parseInt( in fetchUsapPoolPolicyProps()285 Integer.toString(mUsapPoolSizeMax / 2)); in fetchUsapPoolPolicyProps()290 mUsapPoolSizeMax); in fetchUsapPoolPolicyProps()301 if (mUsapPoolSizeMin >= mUsapPoolSizeMax) { in fetchUsapPoolPolicyProps()305 mUsapPoolSizeMax = Integer.parseInt(USAP_POOL_SIZE_MAX_DEFAULT); in fetchUsapPoolPolicyProps()307 mUsapPoolRefillThreshold = mUsapPoolSizeMax / 2; in fetchUsapPoolPolicyProps()360 numUsapsToSpawn = mUsapPoolSizeMax - usapPoolCount; in fillUsapPool()661 } else if (mUsapPoolSizeMax - usapPoolCount >= mUsapPoolRefillThreshold) { in runSelectLoop()