Home
last modified time | relevance | path

Searched refs:set_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);
Dcuttlefish_config.cpp446 void CuttlefishConfig::set_enable_webrtc(bool enable_webrtc) { in set_enable_webrtc() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc446 tmp_config_obj.set_enable_webrtc(FLAGS_start_webrtc); in InitializeCuttlefishConfiguration()