Lines Matching refs:auxLevel
183 t->auxLevel = 0;
701 case AUXLEVEL:
704 &track.auxLevel, &track.prevAuxLevel, &track.auxInc,
706 ALOGV("setParameter(%s, AUXLEVEL: %04x)",
707 target == VOLUME ? "VOLUME" : "RAMP_VOLUME", track.auxLevel);
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);
954 if (t.auxLevel != 0 && t.auxBuffer != NULL) {
1164 const int16_t va = t->auxLevel;
1227 const int16_t va = (int16_t)t->auxLevel;
1317 const int16_t va = (int16_t)t->auxLevel;
1788 t->mVolume, t->auxLevel);
1799 t->volume, t->auxLevel);