Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h146 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract,
148 static SharedFD SocketLocalClient(const std::string& name, bool is_abstract,
150 static SharedFD SocketLocalClient(int port, int type);
Dshared_fd.cpp480 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
482 return SocketLocalClient(name, abstract, in_type, 0); in SocketLocalClient()
485 SharedFD SharedFD::SocketLocalClient(const std::string& name, bool abstract, in SocketLocalClient() function in cuttlefish::SharedFD
502 SharedFD SharedFD::SocketLocalClient(int port, int type) { in SocketLocalClient() function in cuttlefish::SharedFD
/device/google/cuttlefish/host/frontend/adb_connector/
Dadb_connection_maintainer.cpp79 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in AdbSendMessage()
156 auto sock = SharedFD::SocketLocalClient(kAdbDaemonPort, SOCK_STREAM); in WaitForAdbDisconnection()
/device/google/cuttlefish/host/commands/cvd/
Dclient.cpp40 SharedFD::SocketLocalClient(cvd::kServerSocketPath, in ConnectToServer()
44 SharedFD::SocketLocalClient(cvd::kServerSocketPath, in ConnectToServer()
277 CF_EXPECT(SetServer(SharedFD::SocketLocalClient(cvd::kServerSocketPath, in StartCvdServer()
/device/google/cuttlefish/host/commands/cvd_send_sms/
Dmain.cc51 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain()
/device/google/cuttlefish/host/frontend/operator_proxy/
Dmain.cpp31 cuttlefish::SharedFD::SocketLocalClient(FLAGS_operator_port, SOCK_STREAM); in OpenConnection()
/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/tcp_connector/
Dmain.cpp39 *fd = cuttlefish::SharedFD::SocketLocalClient(port, SOCK_STREAM); in openSocket()
/device/google/cuttlefish/host/libs/command_util/
Dutil.cc62 SharedFD monitor_socket = SharedFD::SocketLocalClient( in GetLauncherMonitorFromInstance()
/device/google/cuttlefish/host/libs/confui/
Dsign.cc50 SharedFD::SocketLocalClient(socket_path, false, SOCK_STREAM); in ConnectToSecureEnv()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dmodem.cpp41 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
/device/google/cuttlefish/host/libs/wmediumd_controller/
Dwmediumd_controller.cpp45 SharedFD::SocketLocalClient(serverSocketPath, false, SOCK_STREAM); in Connect()
/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.cpp33 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
Dfiles.cpp583 SharedFD::SocketLocalClient(path, false, SOCK_STREAM, timeRemain); in WaitForUnixSocket()
/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp117 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc58 SharedFD allocd_sock = SharedFD::SocketLocalClient( in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc216 SharedFD::SocketLocalClient(kDefaultLocation, false, SOCK_STREAM); in StopCvdMain()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp65 auto monitor_sock = SharedFD::SocketLocalClient( in Stop()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp200 conn_ = SharedFD::SocketLocalClient(addr_, false, SOCK_SEQPACKET); in Connect()