Searched refs:effectId (Results 1 – 3 of 3) sorted by relevance
174 for (int effectId = 0; effectId < FX_RESOURCES.length; effectId++) { in handleMessage()176 FX_RESOURCES[effectId], /* priority= */ 1); in handleMessage()177 mEffectIdToSoundPoolId.put(effectId, soundPoolSoundId); in handleMessage()207 Integer effectId = 0; in onLoadComplete() local208 for (; effectId < mEffectIdToSoundPoolId.size(); effectId++) { in onLoadComplete()209 if (mEffectIdToSoundPoolId.get(effectId) == sampleId) { in onLoadComplete()213 mEffectIdToSoundPoolId.remove(effectId); in onLoadComplete()
126 public static boolean isEffectSupported(int effectId) { in isEffectSupported() argument127 switch (effectId) { in isEffectSupported()299 public void onEffectsUpdate(int effectId, int effectMsg); in onEffectsUpdate() argument
1996 public void onEffectsUpdate(int effectId, int effectMsg) { in onEffectsUpdate() argument2020 } else if (effectId == EffectsRecorder.EFFECT_BACKDROPPER) { in onEffectsUpdate()