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
110 return (mState == STOPPED || mState == FLUSHED); in isStopped()
DTracks.cpp508 case FLUSHED: in dump()
672 && (state == IDLE || state == STOPPED || state == FLUSHED)) { in start()
802 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush()
807 mState = FLUSHED; in flush()
845 if (mState == FLUSHED) { in reset()
DThreads.cpp3957 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp907 return mState == STARTED || mState == FLUSHED; in isExecuting()
1157 (mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived()
1162 case FLUSHED: in onMessageReceived()
1513 if (mState == FLUSHED) { in onMessageReceived()
1621 setState(FLUSHED); in onMessageReceived()
1781 case FLUSHED: in onMessageReceived()
1857 if (mState == FLUSHED) { in onMessageReceived()
2210 mState != FLUSHED) in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1065 case FLUSHED: in onMessageReceived()
1142 if (audio && (mFlushingAudio == NONE || mFlushingAudio == FLUSHED in onMessageReceived()
1426 *state = FLUSHED; in handleFlushComplete()
1454 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible()
1459 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible()
1514 mFlushingAudio = FLUSHED; in restartAudio()
DNuPlayer.h176 FLUSHED, enumerator
/frameworks/av/include/media/stagefright/
DMediaCodec.h199 FLUSHED, enumerator