Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSystemSoundsPlayer.java71 private final Map<Integer, Integer> mEffectIdToSoundPoolId = new ConcurrentHashMap<>(); field in SystemSoundsPlayer
157 Integer soundPoolSoundId = mEffectIdToSoundPoolId.getOrDefault(effect, -1); in getSoundPoolIdForEffect()
178 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()
182 mEffectIdToSoundPoolId.clear(); in handleMessage()
209 for (; effectId < mEffectIdToSoundPoolId.size(); effectId++) { in onLoadComplete()
210 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()
214 mEffectIdToSoundPoolId.remove(effectId); in onLoadComplete()
216 int remainingToLoad = mEffectIdToSoundPoolId.size() - mLoadedSoundPoolIds.size(); in onLoadComplete()