Home
last modified time | relevance | path

Searched refs:SocketLocalClient (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp108 auto sock = cuttlefish::SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in AdbSendMessage()
185 auto sock = cuttlefish::SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection()
/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc68 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc71 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
/device/google/cuttlefish/host/commands/tpm_simulator_manager/
Dtpm_simulator_manager.cpp90 client = cuttlefish::SharedFD::SocketLocalClient(FLAGS_port + 1, SOCK_STREAM); in main()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h130 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract,
132 static SharedFD SocketLocalClient(int port, int type);
Dshared_fd.cpp280 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
295 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() function in cuttlefish::SharedFD
/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp30 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp115 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp175 auto sock = cuttlefish::SharedFD::SocketLocalClient(FLAGS_tcp_port, SOCK_STREAM); in OpenSocketConnection()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc151 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in CleanStopInstance()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp59 auto monitor_sock = cuttlefish::SharedFD::SocketLocalClient( in Stop()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc335 auto monitor_sock = cuttlefish::SharedFD::SocketLocalClient( in StopModemSimulator()