Searched refs:STOPPING_2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DTrackBase.h33 STOPPING_2, // waiting for presentation complete enumerator in enum:TrackBase::track_state
120 return mState == STOPPING_1 || mState == STOPPING_2;
126 return mState == STOPPING_2;
H A DTracks.cpp532 case STOPPING_2:
776 // For fast tracks prepareTracks_l() will set state to STOPPING_2
779 // move to STOPPING_2 when drain completes and then STOPPED
801 case STOPPING_2:
850 if (mState == STOPPING_1 || mState == STOPPING_2) {
858 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED &&
H A DThreads.cpp4094 track->mState = TrackBase::STOPPING_2;
4133 case TrackBase::STOPPING_2:
5011 track->mState = TrackBase::STOPPING_2;
5594 ALOGV("OffloadThread: underrun and STOPPING_1 -> draining, STOPPING_2");
5595 track->mState = TrackBase::STOPPING_2; // so presentation completes after

Completed in 624 milliseconds