Searched refs:effectId (Results 1 – 4 of 4) sorted by relevance
41 public final int effectId; field in AuxEffectInfo60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo() argument61 this.effectId = effectId; in AuxEffectInfo()74 return effectId == auxEffectInfo.effectId in equals()81 result = 31 * result + effectId; in hashCode()
571 if (auxEffectInfo.effectId != AuxEffectInfo.NO_AUX_EFFECT_ID) { in initialize()572 audioTrack.attachAuxEffect(auxEffectInfo.effectId); in initialize()925 int effectId = auxEffectInfo.effectId; in setAuxEffectInfo() local928 if (this.auxEffectInfo.effectId != effectId) { in setAuxEffectInfo()929 audioTrack.attachAuxEffect(effectId); in setAuxEffectInfo()931 if (effectId != AuxEffectInfo.NO_AUX_EFFECT_ID) { in setAuxEffectInfo()
37 public void playSoundEffect(int effectId) { in playSoundEffect() argument
1036 protected void attachAuxEffect(int effectId) {1038 auxEffect = effectId;