/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | server_connection.cpp | 38 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
|
D | server_connection.h | 71 static std::unique_ptr<ServerConnection> Connect( 86 virtual void Connect() = 0;
|
D | lights_observer.cpp | 54 !cvd_connection_.Connect( in Start()
|
D | streamer.cpp | 393 ServerConnection::Connect(config_.operator_server, weak_from_this()); in Register()
|
/device/google/cuttlefish/common/libs/utils/ |
D | vsock_connection.h | 35 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,
|
D | vsock_connection.cpp | 49 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/ |
D | shared_fd.cpp | 223 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
|
D | shared_fd.h | 299 int Connect(const struct sockaddr* addr, socklen_t addrlen);
|
/device/google/lynx-sepolicy/vendor/ |
D | hal_wifi_ext.te | 10 # Connect to vendor_location via vendor_location socket.
|
D | hal_wifi_default.te | 10 # Connect to vendor_location via vendor_location socket.
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_server.cpp | 82 if (connection_->Connect( in serverLoop()
|
/device/linaro/poplar/installer/ |
D | README | 28 * Connect Poplar (USB port J2) to PC with a Male-to-Male USB cable.
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 21 power on the device. Connect a USB-C cable to the OTG port and your
|
/device/linaro/hikey/hikey/ |
D | README | 20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 663 export async function Connect(deviceId, serverConnector) { class
|
D | app.js | 46 let deviceConnection = await module.Connect(deviceId, serverConnector);
|