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.h191 void set_enable_webrtc(bool enable_webrtc);
192 bool enable_webrtc() const;
Dcuttlefish_config.cpp446 void CuttlefishConfig::set_enable_webrtc(bool enable_webrtc) { in set_enable_webrtc() argument
447 (*dictionary_)[kEnableWebRTC] = enable_webrtc; in set_enable_webrtc()
450 bool CuttlefishConfig::enable_webrtc() const { in enable_webrtc() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc549 if (config->enable_webrtc()) { in main()