Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:prevAuxLevel

459         t->prevAuxLevel = 0;
890 &track.auxLevel, &track.prevAuxLevel, &track.auxInc,
1003 if (((auxInc>0) && (((prevAuxLevel+auxInc)>>16) >= auxLevel)) ||
1004 ((auxInc<0) && (((prevAuxLevel+auxInc)>>16) <= auxLevel))) {
1006 prevAuxLevel = auxLevel << 16;
1010 //ALOGV("aux ramp: %d %d %d", auxLevel << 16, prevAuxLevel, auxInc);
1263 int32_t va = t->prevAuxLevel;
1278 t->prevAuxLevel = va;
1334 int32_t va = t->prevAuxLevel;
1355 t->prevAuxLevel = va;
1424 int32_t va = t->prevAuxLevel;
1445 t->prevAuxLevel = va;
1939 t->mPrevVolume, t->mVolumeInc, &t->prevAuxLevel, t->auxInc);
1950 t->prevVolume, t->volumeInc, &t->prevAuxLevel, t->auxInc);