Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h32 STOPPING_1, // waiting for first underrun enumerator
128 return mState == STOPPING_1 || mState == STOPPING_2; in isStopping()
131 return mState == STOPPING_1; in isStopping_1()
154 case STOPPING_1: // for Fast and Offload in getTrackStateString()
DTracks.cpp739 mState = TrackBase::STOPPING_1; in start()
816 mState = STOPPING_1; in stop()
836 case STOPPING_1: in pause()
886 if (mState == STOPPING_1 || mState == STOPPING_2) { in flush()
894 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED && in flush()
1224 if (mState == STOPPING_1 && in isResumePending()
1241 if (mState == STOPPING_1) { in resumeAck()
DThreads.cpp2364 track->mState = TrackBase::STOPPING_1; in destroyTrack_l()
4314 case TrackBase::STOPPING_1: in prepareTracks_l()