Home
last modified time | relevance | path

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

/packages/services/Car/computepipe/runner/engine/
DDefaultEngine.cpp91 if (mCurrentPhase != kResetPhase) { in processClientConfigUpdate()
121 if (mCurrentPhase != kResetPhase) { in processClientCommand()
128 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
135 if (mCurrentPhase != kRunPhase) { in processClientCommand()
143 if (mCurrentPhase == kResetPhase) { in processClientCommand()
152 mCurrentPhase, false); in processClientCommand()
157 if (mCurrentPhase != kConfigPhase) { in processClientCommand()
164 if (mCurrentPhase != kRunPhase) { in processClientCommand()
173 if (mCurrentPhase != kRunPhase) { in processClientCommand()
182 if (mCurrentPhase != kConfigPhase && mCurrentPhase != kResetPhase) { in processClientCommand()
[all …]
DDefaultEngine.h262 std::string mCurrentPhase = kResetPhase; variable