Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp412 mCurrentPhase = kStopPhase; in broadcastStopWithFlush()
691 || mCurrentPhase == kStopPhase)) { in processCommands()
706 if (mCurrentPhase == kRunPhase || mCurrentPhase == kStopPhase) { in processComponentError()
DDefaultEngine.h89 static constexpr char kStopPhase[] = "Stopping"; variable