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

/external/webrtc/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 ~LoggingPoolAdapter() override;
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 199 milliseconds