Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClientImpl.cpp297 proto::ControlCommand controlCommand; in applyPipeConfigs() local
298 *controlCommand.mutable_apply_configs() = proto::ApplyConfigs(); in applyPipeConfigs()
300 Status status = mEngine->processClientCommand(controlCommand); in applyPipeConfigs()
309 proto::ControlCommand controlCommand; in resetPipeConfigs() local
310 *controlCommand.mutable_reset_configs() = proto::ResetConfigs(); in resetPipeConfigs()
312 Status status = mEngine->processClientCommand(controlCommand); in resetPipeConfigs()
317 proto::ControlCommand controlCommand; in startPipe() local
318 *controlCommand.mutable_start_graph() = proto::StartGraph(); in startPipe()
320 Status status = mEngine->processClientCommand(controlCommand); in startPipe()
325 proto::ControlCommand controlCommand; in stopPipe() local
[all …]
DDebuggerImpl.cpp112 proto::ControlCommand controlCommand; in startPipeProfiling() local
113 *controlCommand.mutable_start_pipe_profile() = proto::StartPipeProfile(); in startPipeProfiling()
118 Status status = engineSp->processClientCommand(controlCommand); in startPipeProfiling()
123 proto::ControlCommand controlCommand; in stopPipeProfiling() local
124 *controlCommand.mutable_stop_pipe_profile() = proto::StopPipeProfile(); in stopPipeProfiling()
129 Status status = engineSp->processClientCommand(controlCommand); in stopPipeProfiling()
174 proto::ControlCommand controlCommand; in releaseDebugger() local
175 *controlCommand.mutable_release_debugger() = proto::ReleaseDebugger(); in releaseDebugger()
180 Status status = engineSp->processClientCommand(controlCommand); in releaseDebugger()