Searched refs:mEffectIdToSoundPoolId (Results 1 – 1 of 1) sorted by relevance
71 private final Map<Integer, Integer> mEffectIdToSoundPoolId = new ConcurrentHashMap<>(); field in SystemSoundsPlayer156 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()