Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp128 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
157 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
182 if (mCurrentPhase != kConfigPhase && mCurrentPhase != kResetPhase) { in processClientCommand()
293 mCurrentPhase = kConfigPhase; in broadcastClientConfig()
433 mCurrentPhase = kConfigPhase; in broadcastStopComplete()
480 mCurrentPhase = kConfigPhase; in broadcastHalt()
690 if (mGraph && (mCurrentPhase == kConfigPhase || mCurrentPhase == kRunPhase in processCommands()
DDefaultEngine.h87 static constexpr char kConfigPhase[] = "Config"; variable