Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAuxEffectInfo.java41 public final int effectId; field in AuxEffectInfo
60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo() argument
61 this.effectId = effectId; in AuxEffectInfo()
74 return effectId == auxEffectInfo.effectId in equals()
81 result = 31 * result + effectId; in hashCode()
DDefaultAudioSink.java571 if (auxEffectInfo.effectId != AuxEffectInfo.NO_AUX_EFFECT_ID) { in initialize()
572 audioTrack.attachAuxEffect(auxEffectInfo.effectId); in initialize()
925 int effectId = auxEffectInfo.effectId; in setAuxEffectInfo() local
928 if (this.auxEffectInfo.effectId != effectId) { in setAuxEffectInfo()
929 audioTrack.attachAuxEffect(effectId); in setAuxEffectInfo()
931 if (effectId != AuxEffectInfo.NO_AUX_EFFECT_ID) { in setAuxEffectInfo()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRootImpl.java37 public void playSoundEffect(int effectId) { in playSoundEffect() argument
DShadowMediaPlayer.java1036 protected void attachAuxEffect(int effectId) {
1038 auxEffect = effectId;