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 180 t->auxInc = 0;
509 track.auxInc = 0;
513 track.auxInc = volInc;
561 if (((auxInc>0) && (((prevAuxLevel+auxInc)>>16) >= auxLevel)) ||
562 ((auxInc<0) && (((prevAuxLevel+auxInc)>>16) <= auxLevel))) {
563 auxInc = 0;
758 if (CC_UNLIKELY(t->volumeInc[0]|t->volumeInc[1]|t->auxInc)) {
797 const int32_t vaInc = t->auxInc;
    [all...]
AudioMixer.h 158 int32_t auxInc;

Completed in 74 milliseconds