Home
last modified time | relevance | path

Searched refs:stateUpdateNotification (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/computepipe/runner/client_interface/
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()
DAidlClientImpl.h54 Status stateUpdateNotification(const GraphState newState);
DAidlClientImpl.cpp188 Status AidlClientImpl::stateUpdateNotification(const GraphState newState) { in stateUpdateNotification() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClientImpl