Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h194 void set_webrtc_binary(const std::string& webrtc_binary);
195 std::string webrtc_binary() const;
Dcuttlefish_config.cpp454 void CuttlefishConfig::set_webrtc_binary(const std::string& webrtc_binary) { in set_webrtc_binary() argument
455 (*dictionary_)[kWebRTCBinary] = webrtc_binary; in set_webrtc_binary()
458 std::string CuttlefishConfig::webrtc_binary() const { in webrtc_binary() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc315 cuttlefish::Command webrtc(config.webrtc_binary()); in LaunchWebRTC()