Home
last modified time | relevance | path

Searched refs:kRunPhase (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp135 if (mCurrentPhase != kRunPhase) { in processClientCommand()
164 if (mCurrentPhase != kRunPhase) { in processClientCommand()
173 if (mCurrentPhase != kRunPhase) { in processClientCommand()
230 if (mCurrentPhase == kRunPhase) { in DispatchGraphTerminationMessage()
367 mCurrentPhase = kRunPhase; in broadcastStartRun()
690 if (mGraph && (mCurrentPhase == kConfigPhase || mCurrentPhase == kRunPhase in processCommands()
706 if (mCurrentPhase == kRunPhase || mCurrentPhase == kStopPhase) { in processComponentError()
DDefaultEngine.h88 static constexpr char kRunPhase[] = "Running"; variable