Searched refs:FLUSHED (Results 1 – 9 of 9) sorted by relevance
28 FLUSHED, // for PlaybackTracks only enumerator231 case FLUSHED: in getTrackStateAsString()286 return (mState == STOPPED || mState == FLUSHED); in isStopped()323 case FLUSHED: in getTrackStateAsCodedString()
958 && (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()
4950 case TrackBase::FLUSHED: // flush() while active in prepareTracks_l()
147 FLUSHED, enumerator
211 FLUSHED, enumerator
1191 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()
1841 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()
290 FLUSHED, enumerator
1508 if (state->get() == FLUSHED) { in signalFlush()1562 state->set(FLUSHED); in flush()1572 if (state->get() != FLUSHED) { in signalResume()