Searched refs:mLoadedSoundPoolIds (Results 1 – 1 of 1) sorted by relevance
72 private final Set<Integer> mLoadedSoundPoolIds = new HashSet<>(); field in SystemSoundsPlayer140 mLoadedSoundPoolIds.clear(); in releaseSoundPool()157 if (mLoadedSoundPoolIds.contains(soundPoolSoundId)) { in getSoundPoolIdForEffect()204 mLoadedSoundPoolIds.add(sampleId); in onLoadComplete()215 int remainingToLoad = mEffectIdToSoundPoolId.size() - mLoadedSoundPoolIds.size(); in onLoadComplete()