/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 | streamer.cpp | 359 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) = 0; 72 bool Connect(unsigned int port, unsigned int cid) override; 79 bool Connect(unsigned int port, unsigned int cid) override;
|
D | vsock_connection.cpp | 46 [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/ |
D | wmediumd_controller.cpp | 36 if (!result->Connect(serverSocketPath)) { in New() 43 bool WmediumdController::Connect(const std::string& serverSocketPath) { in Connect() function in cuttlefish::WmediumdController
|
D | wmediumd_controller.h | 54 bool Connect(const std::string& serverSocketPath);
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 208 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
|
D | shared_fd.h | 259 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(port, cid)) { 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/hikey/ |
D | README | 20 Connect USB to PC to get ttyUSB device (ex: ttyUSB1)
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 21 power on the device. Connect a USB-C cable to the OTG port and your
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 606 export async function Connect(deviceId, serverConnector) { class
|
D | app.js | 46 let deviceConnection = await module.Connect(deviceId, serverConnector);
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | goldfish_vulkan.cpp | 850 auto result = fidl::WireCall(channel)->Connect(std::move(remote_socket)); in InitLogger()
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.cpp | 61374 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 …]
|