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
96 return mState == STOPPING_1 || mState == STOPPING_2; in isStopping()
99 return mState == STOPPING_1; in isStopping_1()
DTracks.cpp446 case STOPPING_1: in dump()
594 mState = TrackBase::STOPPING_1; in start()
653 mState = STOPPING_1; in stop()
669 case STOPPING_1: in pause()
712 if (mState == STOPPING_1 || mState == STOPPING_2) { in flush()
724 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED && in flush()
DThreads.cpp1493 track->mState = TrackBase::STOPPING_1; in destroyTrack_l()
2897 case TrackBase::STOPPING_1: in prepareTracks_l()