Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp256 void CuttlefishConfig::MutableInstanceSpecific::set_frames_server_port(int frames_server_port) { in set_frames_server_port() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific
Dcuttlefish_config.h450 void set_frames_server_port(int config_server_port);
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc542 instance.set_frames_server_port(6900 + num - 1); in InitializeCuttlefishConfiguration()