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

  /device/google/cuttlefish_common/host/commands/logcat_receiver/
main.cpp 42 unsigned int port = config->logcat_vsock_port();
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 167 auto port = config.logcat_vsock_port();
flags.cc 189 DEFINE_int32(logcat_vsock_port, vsoc::GetPerInstanceDefault(5620),
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 309 int logcat_vsock_port() const;
cuttlefish_config.cpp 159 const char* kLogcatVsockPort = "logcat_vsock_port";
811 int CuttlefishConfig::logcat_vsock_port() const { function in class:vsoc::CuttlefishConfig

Completed in 263 milliseconds