Searched refs:FLUSHED (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | TrackBase.h | 201 case FLUSHED: in getTrackStateAsString() 284 return (mState == STOPPED || mState == FLUSHED); in isStopped() 321 case FLUSHED: in getTrackStateAsCodedString()
|
D | IAfTrack.h | 60 FLUSHED, // for PlaybackTracks only enumerator
|
D | Tracks.cpp | 1207 if (state == FLUSHED) { in start() 1235 && (state == IDLE || state == STOPPED || state == FLUSHED)) { in start() 1434 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) { in flush() 1439 mState = FLUSHED; in flush() 1490 if (mState == FLUSHED) { in reset()
|
D | Threads.cpp | 5719 case IAfTrackBase::FLUSHED: // flush() while active in prepareTracks_l()
|
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/ |
D | CCodec.h | 158 FLUSHED, enumerator
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | NuPlayer.h | 218 FLUSHED, enumerator
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1213 case FLUSHED: in onMessageReceived() 1317 if (audio && (mFlushingAudio == NONE || mFlushingAudio == FLUSHED in onMessageReceived() 1767 *state = FLUSHED; in handleFlushComplete() 1788 if (mFlushingAudio != NONE && mFlushingAudio != FLUSHED in finishFlushIfPossible() 1793 if (mFlushingVideo != NONE && mFlushingVideo != FLUSHED in finishFlushIfPossible() 1855 mFlushingAudio = FLUSHED; in restartAudio()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 3639 return mState == STARTED || mState == FLUSHED; in isExecuting() 4068 setState((mFlags & kFlagIsAsync) ? FLUSHED : STARTED); in onMessageReceived() 4073 case FLUSHED: in onMessageReceived() 4522 if (mState == FLUSHED) { in onMessageReceived() 4723 setState(FLUSHED); in onMessageReceived() 5056 case FLUSHED: in onMessageReceived() 5151 if (mState == FLUSHED) { in onMessageReceived() 5709 mState != FLUSHED) { in onMessageReceived() 7049 case FLUSHED: rval = "at Flushed state"; break; in apiStateString() 7073 case FLUSHED: rval = "FLUSHED"; break; in stateString()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodec.h | 358 FLUSHED, enumerator
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 2412 if (state->get() == FLUSHED) { in signalFlush() 2466 state->set(FLUSHED); in flush() 2476 if (state->get() != FLUSHED) { in signalResume()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 11416 // INITIALIZED, CONFIGURING, CONFIGURED, STARTING, STARTED, FLUSHING, FLUSHED,
|