Home
last modified time | relevance | path

Searched refs:Connect (Results 1 – 19 of 19) 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;
Dstreamer.cpp359 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) = 0;
72 bool Connect(unsigned int port, unsigned int cid) override;
79 bool Connect(unsigned int port, unsigned int cid) override;
Dvsock_connection.cpp46 [this, port, cid]() { return Connect(port, cid); }); in ConnectAsync()
194 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid) { in Connect() function in cuttlefish::VsockClientConnection
213 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid) { in Connect() function in cuttlefish::VsockServerConnection
/device/google/cuttlefish/host/libs/wmediumd_controller/
Dwmediumd_controller.cpp36 if (!result->Connect(serverSocketPath)) { in New()
43 bool WmediumdController::Connect(const std::string& serverSocketPath) { in Connect() function in cuttlefish::WmediumdController
Dwmediumd_controller.h54 bool Connect(const std::string& serverSocketPath);
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp208 auto connect_res = Connect( in ConnectWithTimeout()
511 if (rval->Connect(reinterpret_cast<const sockaddr*>(&addr), sizeof addr) < 0) { in SocketLocalClient()
526 if (rval->Connect(reinterpret_cast<const sockaddr*>(&addr), sizeof addr) < 0) { in SocketClient()
552 if (rval->Connect(reinterpret_cast<const sockaddr*>(&addr), sizeof addr) < 0) { in Socket6Client()
671 if (vsock->Connect(casted_addr, sizeof(addr)) == -1) { in VsockClient()
712 int FileInstance::Connect(const struct sockaddr* addr, socklen_t addrlen) { in Connect() function in cuttlefish::FileInstance
Dshared_fd.h259 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(port, cid)) { in serverLoop()
/device/linaro/poplar/installer/
DREADME28 * Connect Poplar (USB port J2) to PC with a Male-to-Male USB cable.
/device/linaro/hikey/hikey/
DREADME20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)
/device/linaro/hikey/installer/hikey960/
DREADME21 power on the device. Connect a USB-C cable to the OTG port and your
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js606 export async function Connect(deviceId, serverConnector) { class
Dapp.js46 let deviceConnection = await module.Connect(deviceId, serverConnector);
/device/generic/goldfish-opengl/system/vulkan/
Dgoldfish_vulkan.cpp850 auto result = fidl::WireCall(channel)->Connect(std::move(remote_socket)); in InitLogger()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp61374 bool Connect(const std::string& socket_name);
61533 static std::unique_ptr<UnixSocket> Connect(
62059 bool UnixSocketRaw::Connect(const std::string& socket_name) { in Connect() function in perfetto::base::UnixSocketRaw
62295 std::unique_ptr<UnixSocket> UnixSocket::Connect( in Connect() function in perfetto::base::UnixSocket
62410 if (!sock_raw_.Connect(socket_name)) in DoConnect()
64074 sock_ = base::UnixSocket::Connect(socket_name_, this, task_runner_, in TryConnect()
66067 Connect(const char* service_sock_name, Consumer*, base::TaskRunner*);
66242 std::unique_ptr<TracingService::ConsumerEndpoint> ConsumerIPCClient::Connect( in Connect() function in perfetto::ConsumerIPCClient
66736 static std::unique_ptr<TracingService::ProducerEndpoint> Connect(
66751 static std::unique_ptr<TracingService::ProducerEndpoint> Connect(
[all …]