Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h33 STOPPING_2, // waiting for presentation complete enumerator
96 return mState == STOPPING_1 || mState == STOPPING_2; in isStopping()
102 return mState == STOPPING_2; in isStopping_2()
DTracks.cpp449 case STOPPING_2: in dump()
670 case STOPPING_2: 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.cpp2900 track->mState = TrackBase::STOPPING_2; in prepareTracks_l()
2939 case TrackBase::STOPPING_2: in prepareTracks_l()
4073 track->mState = TrackBase::STOPPING_2; // so presentation completes after drain in prepareTracks_l()