Searched refs:stateUpdateNotification (Results 1 – 3 of 3) sorted by relevance
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()
54 Status stateUpdateNotification(const GraphState newState);
188 Status AidlClientImpl::stateUpdateNotification(const GraphState newState) { in stateUpdateNotification() function in android::automotive::computepipe::runner::client_interface::aidl_client::AidlClientImpl