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

/frameworks/av/services/audioflinger/
H A DTrackBase.h32 STOPPING_1, // waiting for first underrun enumerator in enum:TrackBase::track_state
120 return mState == STOPPING_1 || mState == STOPPING_2;
123 return mState == STOPPING_1;
H A DTracks.cpp529 case STOPPING_1:
708 // happened we need to resume to STOPPING_1
709 mState = TrackBase::STOPPING_1;
710 ALOGV("PAUSED => STOPPING_1 (%d) on thread %p", mName, this);
780 mState = STOPPING_1;
800 case STOPPING_1:
850 if (mState == STOPPING_1 || mState == STOPPING_2) {
851 ALOGV("flushed in STOPPING_1 or 2 state, change state to ACTIVE");
858 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED &&
1170 if (mState == STOPPING_1
[all...]
H A DThreads.cpp2204 track->mState = TrackBase::STOPPING_1;
4091 case TrackBase::STOPPING_1:
4092 // track stays active in STOPPING_1 state until first underrun
5594 ALOGV("OffloadThread: underrun and STOPPING_1 -> draining, STOPPING_2");
5607 // It is possible to move from PAUSED to STOPPING_1 without

Completed in 942 milliseconds