Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTrackBase.h28 FLUSHED, // for PlaybackTracks only enumerator
231 case FLUSHED: in getTrackStateAsString()
286 return (mState == STOPPED || mState == FLUSHED); in isStopped()
323 case FLUSHED: in getTrackStateAsCodedString()
DTracks.cpp958 && (state == IDLE || state == STOPPED || state == FLUSHED)) { in start()
1118 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush()
1123 mState = FLUSHED; in flush()
1167 if (mState == FLUSHED) { in reset()
DThreads.cpp4950 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h147 FLUSHED, enumerator
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.h211 FLUSHED, enumerator
DNuPlayer.cpp1191 case FLUSHED: in onMessageReceived()
1287 if (audio && (mFlushingAudio == NONE || mFlushingAudio == FLUSHED in onMessageReceived()
1731 *state = FLUSHED; in handleFlushComplete()
1752 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible()
1757 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible()
1819 mFlushingAudio = FLUSHED; in restartAudio()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1841 return mState == STARTED || mState == FLUSHED; in isExecuting()
2180 (mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived()
2185 case FLUSHED: in onMessageReceived()
2514 if (mState == FLUSHED) { in onMessageReceived()
2715 setState(FLUSHED); in onMessageReceived()
2896 case FLUSHED: in onMessageReceived()
2973 if (mState == FLUSHED) { in onMessageReceived()
3379 mState != FLUSHED) in onMessageReceived()
4204 case FLUSHED: rval = "FLUSHED"; break; in stateString()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h290 FLUSHED, enumerator
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1508 if (state->get() == FLUSHED) { in signalFlush()
1562 state->set(FLUSHED); in flush()
1572 if (state->get() != FLUSHED) { in signalResume()