Searched refs:SocketLocalClient (Results 1 – 12 of 12) sorted by relevance
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | adb_connection_maintainer.cpp | 108 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/ |
D | cvd_status.cc | 68 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
|
/device/google/cuttlefish/host/commands/powerwash_cvd/ |
D | powerwash_cvd.cc | 71 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in main()
|
/device/google/cuttlefish/host/commands/tpm_simulator_manager/ |
D | tpm_simulator_manager.cpp | 90 client = cuttlefish::SharedFD::SocketLocalClient(FLAGS_port + 1, SOCK_STREAM); in main()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 130 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract, 132 static SharedFD SocketLocalClient(int port, int type);
|
D | shared_fd.cpp | 280 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/ |
D | tcp_socket.cpp | 30 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | modem_service.cpp | 115 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 175 auto sock = cuttlefish::SharedFD::SocketLocalClient(FLAGS_tcp_port, SOCK_STREAM); in OpenSocketConnection()
|
/device/google/cuttlefish/host/commands/stop_cvd/ |
D | main.cc | 151 auto monitor_socket = cuttlefish::SharedFD::SocketLocalClient(monitor_path.c_str(), in CleanStopInstance()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | qemu_manager.cpp | 59 auto monitor_sock = cuttlefish::SharedFD::SocketLocalClient( in Stop()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | launch.cc | 335 auto monitor_sock = cuttlefish::SharedFD::SocketLocalClient( in StopModemSimulator()
|