| /device/google/cuttlefish/common/libs/fs/ |
| D | shared_fd.h | 146 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);
|
| D | shared_fd.cpp | 480 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/ |
| D | adb_connection_maintainer.cpp | 79 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/ |
| D | client.cpp | 40 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/ |
| D | main.cc | 51 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain()
|
| /device/google/cuttlefish/host/frontend/operator_proxy/ |
| D | main.cpp | 31 cuttlefish::SharedFD::SocketLocalClient(FLAGS_operator_port, SOCK_STREAM); in OpenConnection()
|
| /device/google/cuttlefish/host/frontend/webrtc/ |
| D | bluetooth_handler.cpp | 33 SharedFD::SocketLocalClient(rootCanalTestPort, SOCK_STREAM)), in BluetoothHandler()
|
| D | adb_handler.cpp | 46 auto local_client = SharedFD::SocketLocalClient(port, SOCK_STREAM); in SetupAdbSocket()
|
| /device/google/cuttlefish/host/commands/tcp_connector/ |
| D | main.cpp | 39 *fd = cuttlefish::SharedFD::SocketLocalClient(port, SOCK_STREAM); in openSocket()
|
| /device/google/cuttlefish/host/libs/command_util/ |
| D | util.cc | 62 SharedFD monitor_socket = SharedFD::SocketLocalClient( in GetLauncherMonitorFromInstance()
|
| /device/google/cuttlefish/host/libs/confui/ |
| D | sign.cc | 50 SharedFD::SocketLocalClient(socket_path, false, SOCK_STREAM); in ConnectToSecureEnv()
|
| /device/google/cuttlefish/host/commands/run_cvd/launch/ |
| D | modem.cpp | 41 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
|
| /device/google/cuttlefish/host/libs/wmediumd_controller/ |
| D | wmediumd_controller.cpp | 45 SharedFD::SocketLocalClient(serverSocketPath, false, SOCK_STREAM); in Connect()
|
| /device/google/cuttlefish/host/libs/allocd/test/ |
| D | client.cpp | 44 SharedFD monitor_socket = cuttlefish::SharedFD::SocketLocalClient( in main()
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | tcp_socket.cpp | 33 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
|
| D | files.cpp | 583 SharedFD::SocketLocalClient(path, false, SOCK_STREAM, timeRemain); in WaitForUnixSocket()
|
| /device/google/cuttlefish/host/commands/modem_simulator/ |
| D | modem_service.cpp | 117 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
|
| /device/google/cuttlefish/host/commands/assemble_cvd/ |
| D | alloc.cc | 58 SharedFD allocd_sock = SharedFD::SocketLocalClient( in AllocateNetworkInterfaces()
|
| /device/google/cuttlefish/host/commands/stop/ |
| D | main.cc | 216 SharedFD::SocketLocalClient(kDefaultLocation, false, SOCK_STREAM); in StopCvdMain()
|
| /device/google/cuttlefish/host/libs/vm_manager/ |
| D | qemu_manager.cpp | 65 auto monitor_sock = SharedFD::SocketLocalClient( in Stop()
|
| /device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
| D | server_connection.cpp | 200 conn_ = SharedFD::SocketLocalClient(addr_, false, SOCK_SEQPACKET); in Connect()
|