HomeSort by relevance Sort by last modified time
    Searched refs:StreamCache (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.h 59 // StreamCache - Caches a set of open streams, defers creation/destruction to
63 class StreamCache : public StreamPool, public sigslot::has_slots<> {
65 StreamCache(StreamPool* pool);
66 virtual ~StreamCache();
socketpool.cc 40 // StreamCache - Caches a set of open streams, defers creation to a separate
44 StreamCache::StreamCache(StreamPool* pool) : pool_(pool) {
47 StreamCache::~StreamCache() {
58 StreamInterface* StreamCache::RequestConnectedStream(
83 void StreamCache::ReturnConnectedStream(StreamInterface* stream) {
94 stream->SignalEvent.connect(this, &StreamCache::OnStreamEvent);
105 void StreamCache::OnStreamEvent(StreamInterface* stream, int events, int err) {

Completed in 838 milliseconds