Home
last modified time | relevance | path

Searched refs:mLoadedSoundPoolIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java72 private final Set<Integer> mLoadedSoundPoolIds = new HashSet<>(); field in SystemSoundsPlayer
141 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()