Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp124 queueCommand("ClientInterface", EngineCommand::Type::BROADCAST_CONFIG); in processClientCommand()
131 queueCommand("ClientInterface", EngineCommand::Type::BROADCAST_START_RUN); in processClientCommand()
139 queueCommand("ClientInterface", EngineCommand::Type::BROADCAST_INITIATE_STOP); in processClientCommand()
160 queueCommand("ClientInterface", EngineCommand::Type::RESET_CONFIG); in processClientCommand()
185 queueCommand("ClientInterface", EngineCommand::Type::RELEASE_DEBUGGER); in processClientCommand()
188 queueCommand("ClientInterface", EngineCommand::Type::READ_PROFILING); in processClientCommand()
231 queueCommand("PrebuiltGraph", EngineCommand::Type::BROADCAST_INITIATE_STOP); in DispatchGraphTerminationMessage()
540 this->queueCommand(source, EngineCommand::Type::POLL_COMPLETE); in populateStreamManagers()
635 std::queue<EngineCommand> empty; in processCommands()
639 EngineCommand ec = mCommandQueue.front(); in processCommands()
[all …]
DDefaultEngine.h45 struct EngineCommand { struct
58 explicit EngineCommand(std::string s, Type t) : source(s), cmdType(t) { in EngineCommand() argument
218 void queueCommand(std::string source, EngineCommand::Type type);
272 std::queue<EngineCommand> mCommandQueue;