Searched defs:DoConnect (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ | ||
D | autodetectproxy.cc | 186 bool AutoDetectProxy::DoConnect() { in DoConnect() function in rtc::AutoDetectProxy |
D | macasyncsocket.cc | 127 int MacAsyncSocket::DoConnect(const SocketAddress& addr) { in DoConnect() function in rtc::MacAsyncSocket |
D | win32socketserver.cc | 355 int Win32Socket::DoConnect(const SocketAddress& addr) { in DoConnect() function in rtc::Win32Socket |
D | physicalsocketserver.cc | 199 int PhysicalSocket::DoConnect(const SocketAddress& connect_addr) { in DoConnect() function in rtc::PhysicalSocket |
/external/webrtc/webrtc/examples/peerconnection/client/ | ||
D | peer_connection_client.cc | 140 void PeerConnectionClient::DoConnect() { in DoConnect() function in PeerConnectionClient |
/external/perfetto/src/base/ | ||
D | unix_socket.cc | 492 void UnixSocket::DoConnect(const std::string& socket_name) { in DoConnect() function in perfetto::base::UnixSocket |