Searched refs:remainingToLoad (Results 1 – 1 of 1) sorted by relevance
215 int remainingToLoad = mEffectIdToSoundPoolId.size() - mLoadedSoundPoolIds.size(); in onLoadComplete() local216 if (remainingToLoad == 0) { in onLoadComplete()