Searched refs:port_ (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | client.cpp | 56 port_(port), in TcpClient() 63 client = StartIpv6(host_, port_, timeout_); in Start() 65 client = StartIpv4(host_, port_, timeout_); in Start() 70 LOG(DEBUG) << "Connected to socket:" << host_ << ":" << port_; in Start() 84 return fmt::format("tcp: {}:{}", host_, port_); in Describe() 88 : id_(id), port_(port), vhost_user_vsock_(vhost_user_vsock) {} in VsockClient() 92 SharedFD::VsockClient(id_, port_, SOCK_STREAM, vhost_user_vsock_); in Start() 96 LOG(DEBUG) << "Connected to vsock:" << id_ << ":" << port_; in Start() 109 return fmt::format("vsock: {}:{} vhost_user: {}", id_, port_, in Describe()
|
D | server.cpp | 41 : port_(port), in TcpServer() 50 server = SharedFD::SocketLocalServer(port_, SOCK_STREAM); in Start() 56 LOG(INFO) << "Failed to start TCP server on port: " << port_ in Start() 63 return CF_ERR("Could not start TCP server on port: " << port_ in Start() 68 return fmt::format("tcp: {}", port_); in Describe() 72 : port_(port), vhost_user_vsock_cid_(vhost_user_vsock_cid) {} in VsockServer() 77 server = SharedFD::VsockServer(port_, SOCK_STREAM, vhost_user_vsock_cid_); in Start() 91 return fmt::format("vsock: {}", port_); in Describe()
|
D | client.h | 40 int port_; variable 53 int port_; variable
|
D | server.h | 41 int port_; 53 int port_;
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | lights_observer.cpp | 30 port_(port), in LightsObserver() 55 port_, cid_, in Start()
|
D | camera_streamer.cpp | 28 port_(port), in CameraStreamer() 40 cvd_connection_.ConnectAsync(port_, cid_, vhost_user_); in OnFrame()
|
D | server_connection.cpp | 101 const int port_; member in cuttlefish::webrtc_streaming::WsConnection 414 : port_(port), in WsConnection() 571 connect_info.port = port_; in ConnectInner()
|
D | lights_observer.h | 67 unsigned int port_; variable
|
D | camera_streamer.h | 68 unsigned int port_; variable
|