Home
last modified time | relevance | path

Searched refs:RequestConnectedStream (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketpool.h36 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
52 StreamInterface* RequestConnectedStream(const SocketAddress& remote,
81 StreamInterface* RequestConnectedStream(const SocketAddress& remote,
101 StreamInterface* RequestConnectedStream(const SocketAddress& remote,
126 StreamInterface* RequestConnectedStream(const SocketAddress& remote,
Dsocketpool.cc41 StreamInterface* StreamCache::RequestConnectedStream( in RequestConnectedStream() function in rtc::StreamCache
57 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) { in RequestConnectedStream()
120 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() function in rtc::NewSocketPool
158 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() function in rtc::ReuseSocketPool
249 StreamInterface* LoggingPoolAdapter::RequestConnectedStream( in RequestConnectedStream() function in rtc::LoggingPoolAdapter
251 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) { in RequestConnectedStream()
Dhttpclient.cc403 StreamInterface* stream = pool_->RequestConnectedStream(server_, &stream_err); in connect()