Loading services/audioflinger/Threads.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -8457,6 +8457,10 @@ reacquire_wakelock: timestampCorrectionEnabled = isTimestampCorrectionEnabled_l(); lockEffectChains_l(effectChains); // We're exiting locked scope with non empty activeTracks, make sure // that we're not in standby mode which we could have entered if some // tracks were muted/unmuted. mStandby = false; } // thread mutex is now unlocked, mActiveTracks unknown, activeTracks.size() > 0 Loading Loading
services/audioflinger/Threads.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -8457,6 +8457,10 @@ reacquire_wakelock: timestampCorrectionEnabled = isTimestampCorrectionEnabled_l(); lockEffectChains_l(effectChains); // We're exiting locked scope with non empty activeTracks, make sure // that we're not in standby mode which we could have entered if some // tracks were muted/unmuted. mStandby = false; } // thread mutex is now unlocked, mActiveTracks unknown, activeTracks.size() > 0 Loading