Home
last modified time | relevance | path

Searched defs:Connect (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp146 std::unique_ptr<ServerConnection> ServerConnection::Connect( in Connect() function in cuttlefish::webrtc_streaming::ServerConnection
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
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp213 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/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js663 export async function Connect(deviceId, serverConnector) { class
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp825 int FileInstance::Connect(const struct sockaddr* addr, socklen_t addrlen) { in Connect() function in cuttlefish::FileInstance