Home
last modified time | relevance | path

Searched refs:FLUSHED (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
DTrackBase.h28 FLUSHED, enumerator
116 return (mState == STOPPED || mState == FLUSHED); in isStopped()
161 case FLUSHED: in getTrackStateString()
DTracks.cpp743 && (state == IDLE || state == STOPPED || state == FLUSHED)) { in start()
880 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush()
885 mState = FLUSHED; in flush()
927 if (mState == FLUSHED) { in reset()
DThreads.cpp4139 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1249 return mState == STARTED || mState == FLUSHED; in isExecuting()
1504 (mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived()
1509 case FLUSHED: in onMessageReceived()
1775 if (mState == FLUSHED) { in onMessageReceived()
1931 setState(FLUSHED); in onMessageReceived()
2105 case FLUSHED: in onMessageReceived()
2181 if (mState == FLUSHED) { in onMessageReceived()
2550 mState != FLUSHED) in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h195 FLUSHED, enumerator
DNuPlayer.cpp1163 case FLUSHED: in onMessageReceived()
1259 if (audio && (mFlushingAudio == NONE || mFlushingAudio == FLUSHED in onMessageReceived()
1600 *state = FLUSHED; in handleFlushComplete()
1621 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible()
1626 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible()
1683 mFlushingAudio = FLUSHED; in restartAudio()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h216 FLUSHED, enumerator