Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h181 void set_enable_webrtc(bool enable_webrtc);
182 bool enable_webrtc() const;
Dcuttlefish_config.cpp601 void CuttlefishConfig::set_enable_webrtc(bool enable_webrtc) { in set_enable_webrtc() argument
602 (*dictionary_)[kEnableWebRTC] = enable_webrtc; in set_enable_webrtc()
605 bool CuttlefishConfig::enable_webrtc() const { in enable_webrtc() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc439 if (config->enable_webrtc()) { in main()