Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:AUXLEVEL

457         t->auxLevel = 0;
887 case AUXLEVEL:
890 &track.auxLevel, &track.prevAuxLevel, &track.auxInc,
892 ALOGV("setParameter(%s, AUXLEVEL: %04x)",
893 target == VOLUME ? "VOLUME" : "RAMP_VOLUME", track.auxLevel);
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);
1090 if (t.auxLevel != 0 && t.auxBuffer != NULL) {
1299 const int16_t va = t->auxLevel;
1362 const int16_t va = (int16_t)t->auxLevel;
1452 const int16_t va = (int16_t)t->auxLevel;
1945 t->mVolume, t->auxLevel);
1956 t->volume, t->auxLevel);