Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp85 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in AdbSendMessage()
154 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbAuthorization()
207 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection()
/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.cpp531 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
533 return SocketLocalClient(name, abstract, in_type, 0); in SocketLocalClient()
536 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
553 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() function in cuttlefish::SharedFD
753 auto client = SharedFD::SocketLocalClient( in VsockClient()
/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp31 cuttlefish::SharedFD::SocketLocalClient(FLAGS_operator_port, SOCK_STREAM); in OpenConnection()
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dmain.cc66 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain()
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/
Dmain.cc75 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in SendIdDisclosureMain()
/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/
Dmain.cc77 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in UpdateSecurityAlgorithmMain()
/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()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmodem.cpp37 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp92 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
/device/google/cuttlefish/host/commands/tcp_connector/
Dmain.cpp42 *fd = cuttlefish::SharedFD::SocketLocalClient(port, SOCK_STREAM); in OpenSocket()
/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp44 SharedFD monitor_socket = cuttlefish::SharedFD::SocketLocalClient( in main()
/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.cpp34 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
Dfiles.cpp720 SharedFD::SocketLocalClient(path, false, SOCK_STREAM, timeRemain); in WaitForUnixSocket()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc58 SharedFD allocd_sock = SharedFD::SocketLocalClient( in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/libs/command_util/
Dutil.cc78 SharedFD monitor_socket = SharedFD::SocketLocalClient( in GetLauncherMonitorFromInstance()
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp31 sock_ = cuttlefish::SharedFD::SocketLocalClient(casimir_rf_port, SOCK_STREAM); in Init()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc220 SharedFD allocd_sock = SharedFD::SocketLocalClient( in StopCvdMain()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp200 conn_ = SharedFD::SocketLocalClient(addr_, false, SOCK_SEQPACKET); in Connect()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp56 auto monitor_sock = SharedFD::SocketLocalClient( in Stop()