Searched refs:STOPPING_1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h378 STOPPING_1, // waiting for first underrun enumerator in enum:android::AudioFlinger::ThreadBase::TrackBase::track_state
441 return mState == STOPPING_1 || mState == STOPPING_2;
444 return mState == STOPPING_1;
H A DAudioFlinger.cpp2981 case TrackBase::STOPPING_1:
2982 // track stays active in STOPPING_1 state until first underrun
4432 case STOPPING_1:
4637 mState = STOPPING_1;
4683 if (mState != STOPPING_1 && mState != STOPPING_2 && mState != STOPPED && mState != PAUSED &&

Completed in 51 milliseconds