Lines Matching refs:PrebuiltGraphState
72 PrebuiltGraphState GrpcGraph::GetGraphState() const { in GetGraphState()
118 mGraphState = PrebuiltGraphState::STOPPED; in initialize()
126 if (mGraphState == PrebuiltGraphState::UNINITIALIZED) { in handleConfigPhase()
174 if (mGraphState != PrebuiltGraphState::STOPPED || mStreamSetObserver == nullptr) { in handleExecutionPhase()
215 mGraphState = PrebuiltGraphState::RUNNING; in handleExecutionPhase()
224 if (mGraphState != PrebuiltGraphState::RUNNING) { in handleStopWithFlushPhase()
258 mGraphState = PrebuiltGraphState::FLUSHING; in handleStopWithFlushPhase()
267 if (mGraphState != PrebuiltGraphState::RUNNING) { in handleStopImmediatePhase()
301 mGraphState = PrebuiltGraphState::STOPPED; in handleStopImmediatePhase()
308 if (mGraphState != PrebuiltGraphState::STOPPED) { in handleResetPhase()
355 if (mGraphState != PrebuiltGraphState::RUNNING) { in StartGraphProfiling()
446 mGraphState = PrebuiltGraphState::STOPPED; in dispatchGraphTerminationMessage()