Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:auxInc

197         t->auxInc = 0;
526 track.auxInc = 0;
530 track.auxInc = volInc;
590 if (((auxInc>0) && (((prevAuxLevel+auxInc)>>16) >= auxLevel)) ||
591 ((auxInc<0) && (((prevAuxLevel+auxInc)>>16) <= auxLevel))) {
592 auxInc = 0;
787 if (CC_UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc)) {
828 const int32_t vaInc = t->auxInc;
894 if (CC_UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc
900 const int32_t vaInc = t->auxInc;
983 if (CC_UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc)) {
989 const int32_t vaInc = t->auxInc;