Searched defs:RequestConnectedStream (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc41 StreamInterface* StreamCache::RequestConnectedStream( function in class:rtc::StreamCache
57 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
120 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { function in class:rtc::NewSocketPool
158 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { function in class:rtc::ReuseSocketPool
249 StreamInterface* LoggingPoolAdapter::RequestConnectedStream( function in class:rtc::LoggingPoolAdapter
251 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {

Completed in 5708 milliseconds