HomeSort by relevance Sort by last modified time
    Searched refs:GetPerInstanceDefault (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 21 using vsoc::GetPerInstanceDefault;
83 std::string g_default_serial_number{GetPerInstanceDefault("CUTTLEFISHCVD")};
118 DEFINE_int32(vnc_server_port, GetPerInstanceDefault(6444),
120 DEFINE_int32(stream_audio_port, GetPerInstanceDefault(7444),
143 DEFINE_int32(vhci_port, GetPerInstanceDefault(0), "VHCI port to use for usb");
145 GetPerInstanceDefault("00:43:56:44:80:"), // 00:43:56:44:80:0x
162 DEFINE_string(uuid, vsoc::GetPerInstanceDefault(vsoc::kDefaultUuidPrefix),
189 DEFINE_int32(logcat_vsock_port, vsoc::GetPerInstanceDefault(5620),
191 DEFINE_int32(frames_vsock_port, vsoc::GetPerInstanceDefault(5580),
486 auto default_mobile_interface = GetPerInstanceDefault("cvd-mbr-")
    [all...]
launch.cc 90 return vsoc::GetPerInstanceDefault(kFirstHostPort);
main.cc 63 using vsoc::GetPerInstanceDefault;
  /device/google/cuttlefish_common/host/commands/stop_cvd/
main.cc 59 cmd += " " + vsoc::GetPerInstanceDefault("/dev/shm/cvd-");
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 343 std::string GetPerInstanceDefault(const char* prefix);
344 int GetPerInstanceDefault(int base);
cuttlefish_config.cpp 900 return GetPerInstanceDefault("cvd-");
916 std::string GetPerInstanceDefault(const char* prefix) {
921 int GetPerInstanceDefault(int base) { return base + GetInstance() - 1; }
930 return GetPerInstanceDefault("/var/run/shm/cvd-");
935 return vsoc::HostSupportsVsock() ? GetPerInstanceDefault(kFirstGuestCid) : 0;

Completed in 225 milliseconds