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
115 return (mState == STOPPED || mState == FLUSHED); in isStopped()
DTracks.cpp550 case FLUSHED: in dump()
722 && (state == IDLE || state == STOPPED || state == FLUSHED)) { in start()
859 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush()
864 mState = FLUSHED; in flush()
906 if (mState == FLUSHED) { in reset()
DThreads.cpp4136 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1227 return mState == STARTED || mState == FLUSHED; in isExecuting()
1465 (mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived()
1470 case FLUSHED: in onMessageReceived()
1719 if (mState == FLUSHED) { in onMessageReceived()
1875 setState(FLUSHED); in onMessageReceived()
2049 case FLUSHED: in onMessageReceived()
2125 if (mState == FLUSHED) { in onMessageReceived()
2494 mState != FLUSHED) in onMessageReceived()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h195 FLUSHED, enumerator
DNuPlayer.cpp1162 case FLUSHED: in onMessageReceived()
1258 if (audio && (mFlushingAudio == NONE || mFlushingAudio == FLUSHED in onMessageReceived()
1599 *state = FLUSHED; in handleFlushComplete()
1620 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible()
1625 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible()
1682 mFlushingAudio = FLUSHED; in restartAudio()
/frameworks/av/media/libstagefright/include/
DMediaCodec.h218 FLUSHED, enumerator