Home
last modified time | relevance | path

Searched refs:ERR_HALT (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/computepipe/runner/client_interface/
DAidlClient.cpp145 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleConfigPhase()
161 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleExecutionPhase()
187 mPipeRunner->stateUpdateNotification(GraphState::ERR_HALT); in handleStopImmediatePhase()
DDebuggerImpl.cpp200 mGraphState = GraphState::ERR_HALT; in handleExecutionPhase()
210 mGraphState = GraphState::ERR_HALT; in handleStopWithFlushPhase()
217 mGraphState = GraphState::ERR_HALT; in handleStopImmediatePhase()
DAidlClientImpl.cpp55 case ERR_HALT: in ToAidlState()
57 return PipeState::ERR_HALT; in ToAidlState()
/packages/services/Car/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc334 EXPECT_EQ(stateCallback->mState, PipeState::ERR_HALT); in TEST_F()
351 EXPECT_EQ(stateCallback->mState, PipeState::ERR_HALT); in TEST_F()
360 EXPECT_EQ(stateCallback->mState, PipeState::ERR_HALT); in TEST_F()
/packages/services/Car/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/1/android/automotive/computepipe/runner/
DPipeState.aidl25 ERR_HALT = 4, enumConstant
/packages/services/Car/computepipe/aidl/aidl_api/android.automotive.computepipe.runner/current/android/automotive/computepipe/runner/
DPipeState.aidl25 ERR_HALT = 4, enumConstant
/packages/services/Car/computepipe/aidl/android/automotive/computepipe/runner/
DPipeState.aidl43 ERR_HALT, enumConstant
/packages/services/Car/computepipe/types/
DGraphState.h27 ERR_HALT, enumerator
/packages/services/Car/computepipe/example/
DFaceTracker.cpp48 if (mState == PipeState::ERR_HALT) { in UpdateCurrentState()