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

  /external/chromium_org/third_party/webrtc/base/
stream.h 748 // A StreamRefCount holds the reference count and a pointer to the
751 // instances pointing to one StreamRefCount, all wrapping the same
755 class StreamRefCount;
766 class StreamRefCount {
768 explicit StreamRefCount(StreamInterface* stream)
790 DISALLOW_EVIL_CONSTRUCTORS(StreamRefCount);
794 explicit StreamReference(StreamRefCount* stream_ref_count,
797 StreamRefCount* stream_ref_count_;
stream.cc     [all...]

Completed in 2635 milliseconds