Searched refs:CONFIG_DONE (Results 1 – 12 of 12) sorted by relevance
84 mState = CONFIG_DONE; in setMaxInFlightPackets()90 if (mState == CONFIG_DONE && e.isPhaseEntry()) { in handleExecutionPhase()100 mState = CONFIG_DONE; in handleExecutionPhase()111 if (mState == CONFIG_DONE || mState == RESET) { in handleStopWithFlushPhase()127 mState = CONFIG_DONE; in handleStopWithFlushPhase()
146 mState = CONFIG_DONE; in setMaxInFlightPackets()252 if (mState == CONFIG_DONE && e.isPhaseEntry()) { in handleExecutionPhase()262 mState = CONFIG_DONE; in handleExecutionPhase()277 if (mState == CONFIG_DONE || mState == RESET) { in handleStopImmediatePhase()296 mState = CONFIG_DONE; in handleStopImmediatePhase()
22 CONFIG_DONE = 1, enumConstant
31 CONFIG_DONE, enumConstant
24 CONFIG_DONE, enumerator
49 case CONFIG_DONE: in ToAidlState()50 return PipeState::CONFIG_DONE; in ToAidlState()
143 mPipeRunner->stateUpdateNotification(GraphState::CONFIG_DONE); in handleConfigPhase()
190 mGraphState = GraphState::CONFIG_DONE; in handleConfigPhase()
48 CONFIG_DONE = 1, enumerator
123 CHECK(state == PipeState::CONFIG_DONE); in start()
314 EXPECT_EQ(stateCallback->mState, PipeState::CONFIG_DONE); in TEST_F()