Searched refs:GraphState (Results 1 – 6 of 6) sorted by relevance
108 if (mGraphState != GraphState::RUNNING) { in startPipeProfiling()170 if (mGraphState == GraphState::RUNNING || mGraphState == GraphState::RESET) { in releaseDebugger()190 mGraphState = GraphState::CONFIG_DONE; in handleConfigPhase()197 mGraphState = GraphState::RUNNING; in handleExecutionPhase()200 mGraphState = GraphState::ERR_HALT; in handleExecutionPhase()207 mGraphState = GraphState::DONE; in handleStopWithFlushPhase()210 mGraphState = GraphState::ERR_HALT; in handleStopWithFlushPhase()217 mGraphState = GraphState::ERR_HALT; in handleStopImmediatePhase()224 mGraphState = GraphState::RESET; in handleResetPhase()
129 mPipeRunner->stateUpdateNotification(GraphState::RESET); in handleResetPhase()143 mPipeRunner->stateUpdateNotification(GraphState::CONFIG_DONE); in handleConfigPhase()145 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleConfigPhase()159 mPipeRunner->stateUpdateNotification(GraphState::RUNNING); in handleExecutionPhase()161 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleExecutionPhase()174 mPipeRunner->stateUpdateNotification(GraphState::DONE); in handleStopWithFlushPhase()187 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleStopImmediatePhase()
66 GraphState mGraphState = GraphState::RESET;
45 PipeState ToAidlState(GraphState state) { in ToAidlState()189 Status AidlClientImpl::stateUpdateNotification(const GraphState newState) { in stateUpdateNotification()
54 Status stateUpdateNotification(const GraphState newState);
22 enum GraphState { enum