Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DSystemSoundsPlayer.java71 private final Map<Integer, Integer> mEffectIdToSoundPoolId = new ConcurrentHashMap<>(); field in SystemSoundsPlayer
156 Integer soundPoolSoundId = mEffectIdToSoundPoolId.getOrDefault(effect, -1); in getSoundPoolIdForEffect()
177 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()
181 mEffectIdToSoundPoolId.clear(); in handleMessage()
208 for (; effectId < mEffectIdToSoundPoolId.size(); effectId++) { in onLoadComplete()
209 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()
213 mEffectIdToSoundPoolId.remove(effectId); in onLoadComplete()
215 int remainingToLoad = mEffectIdToSoundPoolId.size() - mLoadedSoundPoolIds.size(); in onLoadComplete()