Searched refs:LoggingPoolAdapter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.h115 // LoggingPoolAdapter - Adapts a StreamPool to supply streams with attached
119 class LoggingPoolAdapter : public StreamPool { class in namespace:rtc
121 LoggingPoolAdapter(StreamPool* pool, LoggingSeverity level,
123 virtual ~LoggingPoolAdapter();
H A Dsocketpool.cc232 // LoggingPoolAdapter - Adapts a StreamPool to supply streams with attached
236 LoggingPoolAdapter::LoggingPoolAdapter( function in class:rtc::LoggingPoolAdapter
242 LoggingPoolAdapter::~LoggingPoolAdapter() {
249 StreamInterface* LoggingPoolAdapter::RequestConnectedStream(
272 void LoggingPoolAdapter::ReturnConnectedStream(StreamInterface* stream) {

Completed in 97 milliseconds