Home
last modified time | relevance | path

Searched refs:GraphState (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/computepipe/runner/client_interface/
DDebuggerImpl.cpp108 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()
DAidlClient.cpp129 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()
DDebuggerImpl.h66 GraphState mGraphState = GraphState::RESET;
DAidlClientImpl.cpp45 PipeState ToAidlState(GraphState state) { in ToAidlState()
188 Status AidlClientImpl::stateUpdateNotification(const GraphState newState) { in stateUpdateNotification()
DAidlClientImpl.h54 Status stateUpdateNotification(const GraphState newState);
/packages/services/Car/computepipe/types/
DGraphState.h22 enum GraphState { enum