Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h311 void set_frames_vsock_port(int port);
Dcuttlefish_config.cpp815 void CuttlefishConfig::set_frames_vsock_port(int port) { in set_frames_vsock_port() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc460 tmp_config_obj.set_frames_vsock_port(FLAGS_frames_vsock_port); in InitializeCuttlefishConfiguration()