Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h187 case STOPPING_1: // for Fast and Offload in getTrackStateAsString()
289 return mState == STOPPING_1 || mState == STOPPING_2; in isStopping()
292 return mState == STOPPING_1; in isStopping_1()
307 case STOPPING_1: // for Fast and Offload in getTrackStateAsCodedString()
DTracks.cpp1217 mState = TrackBase::STOPPING_1; in start()
1343 mState = STOPPING_1; in stop()
1366 case STOPPING_1: in pause()
1424 if (mState == STOPPING_1 || mState == STOPPING_2) { in flush()
1433 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED && in flush()
1645 mState == TrackBase::STOPPING_1) { in updateTeePatches_l()
2019 if (mState == STOPPING_1 && in isResumePending()
2036 if (mState == STOPPING_1) { in resumeAck()
DIAfTrack.h64 STOPPING_1, // waiting for first underrun enumerator
DThreads.cpp2977 track->setState(IAfTrackBase::STOPPING_1); in destroyTrack_l()
5674 case IAfTrackBase::STOPPING_1: in prepareTracks_l()