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