Home
last modified time | relevance | path

Searched refs:queueCommand (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()
714 void DefaultEngine::queueCommand(std::string source, EngineCommand::Type type) { in queueCommand() function in android::automotive::computepipe::runner::engine::DefaultEngine
DDefaultEngine.h218 void queueCommand(std::string source, EngineCommand::Type type);