Searched refs:queueCommand (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 124 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
|
D | DefaultEngine.h | 218 void queueCommand(std::string source, EngineCommand::Type type);
|