Home
last modified time | relevance | path

Searched refs:FLUSHING (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h164 FLUSHING, // RUNNING -> FLUSHED enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp4057 case FLUSHING: in onMessageReceived()
4477 if (mState == FLUSHING in onMessageReceived()
4558 if (mState == FLUSHING in onMessageReceived()
4712 if (mState != FLUSHING) { in onMessageReceived()
5293 if (mState == FLUSHING || mState == CONFIGURING || mState == STARTING) { in onMessageReceived()
5679 setState(FLUSHING); in onMessageReceived()
5708 mState != STARTED && mState != FLUSHING && in onMessageReceived()
7048 case FLUSHING: rval = "during flush()"; break; in apiStateString()
7072 case FLUSHING: rval = "FLUSHING"; break; in stateString()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h357 FLUSHING, enumerator
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2418 state->set(FLUSHING); in signalFlush()
2440 if (state->get() != FLUSHING) { in flush()
2465 if (state->get() == FLUSHING) { in flush()
/frameworks/proto_logging/stats/
Datoms.proto11416 // INITIALIZED, CONFIGURING, CONFIGURED, STARTING, STARTED, FLUSHING, FLUSHED,