Searched refs:controlCommand (Results 1 – 2 of 2) sorted by relevance
297 proto::ControlCommand controlCommand; in applyPipeConfigs() local298 *controlCommand.mutable_apply_configs() = proto::ApplyConfigs(); in applyPipeConfigs()300 Status status = mEngine->processClientCommand(controlCommand); in applyPipeConfigs()309 proto::ControlCommand controlCommand; in resetPipeConfigs() local310 *controlCommand.mutable_reset_configs() = proto::ResetConfigs(); in resetPipeConfigs()312 Status status = mEngine->processClientCommand(controlCommand); in resetPipeConfigs()317 proto::ControlCommand controlCommand; in startPipe() local318 *controlCommand.mutable_start_graph() = proto::StartGraph(); in startPipe()320 Status status = mEngine->processClientCommand(controlCommand); in startPipe()325 proto::ControlCommand controlCommand; in stopPipe() local[all …]
112 proto::ControlCommand controlCommand; in startPipeProfiling() local113 *controlCommand.mutable_start_pipe_profile() = proto::StartPipeProfile(); in startPipeProfiling()118 Status status = engineSp->processClientCommand(controlCommand); in startPipeProfiling()123 proto::ControlCommand controlCommand; in stopPipeProfiling() local124 *controlCommand.mutable_stop_pipe_profile() = proto::StopPipeProfile(); in stopPipeProfiling()129 Status status = engineSp->processClientCommand(controlCommand); in stopPipeProfiling()174 proto::ControlCommand controlCommand; in releaseDebugger() local175 *controlCommand.mutable_release_debugger() = proto::ReleaseDebugger(); in releaseDebugger()180 Status status = engineSp->processClientCommand(controlCommand); in releaseDebugger()