/device/google/cuttlefish/host/frontend/adb_connector/ |
D | adb_connection_maintainer.cpp | 85 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/ |
D | shared_fd.h | 165 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);
|
D | shared_fd.cpp | 531 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/ |
D | main.cpp | 31 cuttlefish::SharedFD::SocketLocalClient(FLAGS_operator_port, SOCK_STREAM); in OpenConnection()
|
/device/google/cuttlefish/host/commands/cvd_send_sms/ |
D | main.cc | 66 auto client_socket = cuttlefish::SharedFD::SocketLocalClient( in SendSmsMain()
|
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/ |
D | main.cc | 75 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in SendIdDisclosureMain()
|
/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/ |
D | main.cc | 77 cuttlefish::SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in UpdateSecurityAlgorithmMain()
|
/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/run_cvd/launch/ |
D | modem.cpp | 37 SharedFD::SocketLocalClient(socket_name, true, SOCK_STREAM); in StopModemSimulator()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | modem_service.cpp | 92 auto remote_sock = cuttlefish::SharedFD::SocketLocalClient( in ConnectToRemoteCvd()
|
/device/google/cuttlefish/host/commands/tcp_connector/ |
D | main.cpp | 42 *fd = cuttlefish::SharedFD::SocketLocalClient(port, SOCK_STREAM); in OpenSocket()
|
/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 | 34 : fd_(SharedFD::SocketLocalClient(port, SOCK_STREAM)) {} in ClientSocket()
|
D | files.cpp | 720 SharedFD::SocketLocalClient(path, false, SOCK_STREAM, timeRemain); in WaitForUnixSocket()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | alloc.cc | 58 SharedFD allocd_sock = SharedFD::SocketLocalClient( in AllocateNetworkInterfaces()
|
/device/google/cuttlefish/host/libs/command_util/ |
D | util.cc | 78 SharedFD monitor_socket = SharedFD::SocketLocalClient( in GetLauncherMonitorFromInstance()
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | casimir_controller.cpp | 31 sock_ = cuttlefish::SharedFD::SocketLocalClient(casimir_rf_port, SOCK_STREAM); in Init()
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 220 SharedFD allocd_sock = SharedFD::SocketLocalClient( in StopCvdMain()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.cpp | 200 conn_ = SharedFD::SocketLocalClient(addr_, false, SOCK_SEQPACKET); in Connect()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | qemu_manager.cpp | 56 auto monitor_sock = SharedFD::SocketLocalClient( in Stop()
|