Loading services/audioflinger/FastMixer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ bool FastMixer::threadLoop() coldGen = current->mColdGen; bounds = 0; full = false; oldTsValid = !clock_gettime(CLOCK_MONOTONIC, &oldTs); } else { sleepNs = FAST_HOT_IDLE_NS; } Loading Loading
services/audioflinger/FastMixer.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ bool FastMixer::threadLoop() coldGen = current->mColdGen; bounds = 0; full = false; oldTsValid = !clock_gettime(CLOCK_MONOTONIC, &oldTs); } else { sleepNs = FAST_HOT_IDLE_NS; } Loading