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
114 return mState == STOPPING_1 || mState == STOPPING_2; in isStopping()
117 return mState == STOPPING_1; in isStopping_1()
DTracks.cpp501 case STOPPING_1: in dump()
673 mState = TrackBase::STOPPING_1; in start()
744 mState = STOPPING_1; in stop()
764 case STOPPING_1: in pause()
814 if (mState == STOPPING_1 || mState == STOPPING_2) { in flush()
822 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED && in flush()
1093 if (mState == STOPPING_1 && in isResumePending()
1110 if (mState == STOPPING_1) { in resumeAck()
DThreads.cpp2241 track->mState = TrackBase::STOPPING_1; in destroyTrack_l()
4107 case TrackBase::STOPPING_1: in prepareTracks_l()