Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h45 struct EngineCommand { struct
58 explicit EngineCommand(std::string s, Type t) : source(s), cmdType(t) { in EngineCommand() function