Searched refs:FLUSHING (Results 1 – 5 of 5) sorted by relevance
164 FLUSHING, // RUNNING -> FLUSHED enumerator
4057 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()
357 FLUSHING, enumerator
2418 state->set(FLUSHING); in signalFlush()2440 if (state->get() != FLUSHING) { in flush()2465 if (state->get() == FLUSHING) { in flush()
11416 // INITIALIZED, CONFIGURING, CONFIGURED, STARTING, STARTED, FLUSHING, FLUSHED,