Searched refs:sendLevel (Results 1 – 2 of 2) sorted by relevance
47 public final float sendLevel; field in AuxEffectInfo60 public AuxEffectInfo(int effectId, float sendLevel) { in AuxEffectInfo() argument62 this.sendLevel = sendLevel; in AuxEffectInfo()75 && Float.compare(auxEffectInfo.sendLevel, sendLevel) == 0; in equals()82 result = 31 * result + Float.floatToIntBits(sendLevel); in hashCode()
573 audioTrack.setAuxEffectSendLevel(auxEffectInfo.sendLevel); in initialize()926 float sendLevel = auxEffectInfo.sendLevel; in setAuxEffectInfo() local932 audioTrack.setAuxEffectSendLevel(sendLevel); in setAuxEffectInfo()