HomeSort by relevance Sort by last modified time
    Searched refs:auxInc (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
AudioMixer.cpp 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;
    [all...]
AudioMixer.h 167 int32_t auxInc;

Completed in 607 milliseconds