Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp248 Command sig_proxy(WebRtcSigServerProxyBinary()); in Commands() local
249 sig_proxy.AddParameter("-server_port=", config_.sig_server_port()); in Commands()
250 commands.emplace_back(std::move(sig_proxy)); in Commands()