Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp90 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in AdbSendMessage()
185 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbAuthorization()
239 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection()
260 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection()
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h165 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract,
167 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract,
169 static SharedFD SocketLocalClient(int port, int type);
Dshared_fd.cpp540 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
542 return SocketLocalClient(name, abstract, in_type, 0); in SocketLocalClient()
545 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
562 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() function in cuttlefish::SharedFD
773 auto client = SharedFD::SocketLocalClient(GetVhostUserVsockClientAddr(cid), in VsockClient()
/aosp_15_r20/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp45 SharedFD fd = SharedFD::SocketLocalClient(port, SOCK_STREAM); in OpenSocket()
59 SharedFD fd = SharedFD::SocketLocalClient(path, false, SOCK_STREAM); in OpenSocket()
/aosp_15_r20/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp45 SharedFD sock = SharedFD::SocketLocalClient(rf_port, SOCK_STREAM); in ConnectToTcpPort()
60 SharedFD sock = SharedFD::SocketLocalClient(rf_path, false, SOCK_STREAM); in ConnectToUnixSocket()
/aosp_15_r20/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp31 cuttlefish::SharedFD::SocketLocalClient(FLAGS_operator_port, SOCK_STREAM); in OpenConnection()
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_send_sms/
Dmain.cc66 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain()
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/
Dmain.cc77 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in UpdateSecurityAlgorithmMain()
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/
Dmain.cc75 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in SendIdDisclosureMain()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Dbluetooth_handler.cpp33 SharedFD::SocketLocalClient(rootCanalTestPort, SOCK_STREAM)), in BluetoothHandler()
Dadb_handler.cpp46 auto local_client = SharedFD::SocketLocalClient(port, SOCK_STREAM); in SetupAdbSocket()
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmodem.cpp37 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp92 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsign.cc50 SharedFD::SocketLocalClient(socket_path, false, SOCK_STREAM); in ConnectToSecureEnv()
/aosp_15_r20/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp44 SharedFD monitor_socket = cuttlefish::SharedFD::SocketLocalClient( in main()
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.cpp34 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
Dfiles.cpp714 SharedFD::SocketLocalClient(path, false, SOCK_STREAM, timeRemain); in WaitForUnixSocket()
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dutil.cc84 SharedFD monitor_socket = SharedFD::SocketLocalClient( in GetLauncherMonitorFromInstance()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc58 SharedFD allocd_sock = SharedFD::SocketLocalClient( in AllocateNetworkInterfaces()
/aosp_15_r20/device/google/cuttlefish/host/commands/stop/
Dmain.cc220 SharedFD allocd_sock = SharedFD::SocketLocalClient( in StopCvdMain()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp200 conn_ = SharedFD::SocketLocalClient(addr_, false, SOCK_SEQPACKET); in Connect()
/aosp_15_r20/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp57 auto monitor_sock = SharedFD::SocketLocalClient( in Stop()