Home
last modified time | relevance | path

Searched refs:Connect (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp38 void Connect() override;
70 void Connect();
146 std::unique_ptr<ServerConnection> ServerConnection::Connect( in Connect() function in cuttlefish::webrtc_streaming::ServerConnection
163 ret->Connect(); in Connect()
167 void ServerConnection::Reconnect() { Connect(); } in Reconnect()
196 void UnixServerConnection::Connect() { in Connect() function in cuttlefish::webrtc_streaming::UnixServerConnection
369 void Connect() override { return conn_->Connect(); } in Connect() function in cuttlefish::webrtc_streaming::WsConnectionWrapper
428 void WsConnection::Connect() { in Connect() function in cuttlefish::webrtc_streaming::WsConnection
Dserver_connection.h71 static std::unique_ptr<ServerConnection> Connect(
86 virtual void Connect() = 0;
Dlights_observer.cpp54 !cvd_connection_.Connect( in Start()
Dstreamer.cpp393 ServerConnection::Connect(config_.operator_server, weak_from_this()); in Register()
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.h35 virtual bool Connect(unsigned int port, unsigned int cid,
75 bool Connect(unsigned int port, unsigned int cid,
83 bool Connect(unsigned int port, unsigned int cid,
Dvsock_connection.cpp49 return Connect(port, cid, vhost_user_vsock_cid_); in ConnectAsync()
213 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid, in Connect() function in cuttlefish::VsockClientConnection
234 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid, in Connect() function in cuttlefish::VsockServerConnection
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp223 auto connect_res = Connect( in ConnectWithTimeout()
562 if (rval->Connect(reinterpret_cast<const sockaddr*>(&addr), sizeof addr) < 0) { in SocketLocalClient()
783 if (vsock->Connect(casted_addr, sizeof(addr)) == -1) { in VsockClient()
825 int FileInstance::Connect(const struct sockaddr* addr, socklen_t addrlen) { in Connect() function in cuttlefish::FileInstance
Dshared_fd.h299 int Connect(const struct sockaddr* addr, socklen_t addrlen);
/device/google/lynx-sepolicy/vendor/
Dhal_wifi_ext.te10 # Connect to vendor_location via vendor_location socket.
Dhal_wifi_default.te10 # Connect to vendor_location via vendor_location socket.
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.cpp82 if (connection_->Connect( in serverLoop()
/device/linaro/poplar/installer/
DREADME28 * Connect Poplar (USB port J2) to PC with a Male-to-Male USB cable.
/device/linaro/hikey/installer/hikey960/
DREADME21 power on the device. Connect a USB-C cable to the OTG port and your
/device/linaro/hikey/hikey/
DREADME20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js663 export async function Connect(deviceId, serverConnector) { class
Dapp.js46 let deviceConnection = await module.Connect(deviceId, serverConnector);