Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:prevAuxLevel

185         t->prevAuxLevel = 0;
704 &track.auxLevel, &track.prevAuxLevel, &track.auxInc,
862 if (((auxInc>0) && (((prevAuxLevel+auxInc)>>16) >= auxLevel)) ||
863 ((auxInc<0) && (((prevAuxLevel+auxInc)>>16) <= auxLevel))) {
865 prevAuxLevel = auxLevel << 16;
869 //ALOGV("aux ramp: %d %d %d", auxLevel << 16, prevAuxLevel, auxInc);
1128 int32_t va = t->prevAuxLevel;
1143 t->prevAuxLevel = va;
1199 int32_t va = t->prevAuxLevel;
1220 t->prevAuxLevel = va;
1289 int32_t va = t->prevAuxLevel;
1310 t->prevAuxLevel = va;
1782 t->mPrevVolume, t->mVolumeInc, &t->prevAuxLevel, t->auxInc);
1793 t->prevVolume, t->volumeInc, &t->prevAuxLevel, t->auxInc);