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
112 return (mState == STOPPED || mState == FLUSHED); in isStopped()
DTracks.cpp545 case FLUSHED: in dump()
816 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush()
821 mState = FLUSHED; in flush()
859 if (mState == FLUSHED) { in reset()
DThreads.cpp3305 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h157 FLUSHED, enumerator
DNuPlayer.cpp809 case FLUSHED: in onMessageReceived()
1109 *state = FLUSHED; in handleFlushComplete()
1136 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible()
1141 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp571 return mState == STARTED || mState == FLUSHED; in isExecuting()
798 (mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived()
803 case FLUSHED: in onMessageReceived()
1173 setState(FLUSHED); in onMessageReceived()
1335 if (mState == FLUSHED) { in onMessageReceived()
1643 mState != FLUSHED) in onMessageReceived()
/frameworks/av/include/media/stagefright/
DMediaCodec.h160 FLUSHED, enumerator