Loading services/audioflinger/Tracks.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1046,6 +1046,8 @@ status_t AudioFlinger::PlaybackThread::Track::start(AudioSystem::sync_event_t ev reset(); reset(); } } // clear mPauseHwPending because of pause (and possibly flush) during underrun. mPauseHwPending = false; if (state == PAUSED || state == PAUSING) { if (state == PAUSED || state == PAUSING) { if (mResumeToStopping) { if (mResumeToStopping) { // happened we need to resume to STOPPING_1 // happened we need to resume to STOPPING_1 Loading Loading
services/audioflinger/Tracks.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1046,6 +1046,8 @@ status_t AudioFlinger::PlaybackThread::Track::start(AudioSystem::sync_event_t ev reset(); reset(); } } // clear mPauseHwPending because of pause (and possibly flush) during underrun. mPauseHwPending = false; if (state == PAUSED || state == PAUSING) { if (state == PAUSED || state == PAUSING) { if (mResumeToStopping) { if (mResumeToStopping) { // happened we need to resume to STOPPING_1 // happened we need to resume to STOPPING_1 Loading