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

/external/webrtc/webrtc/base/
H A Dstream.h625 // StreamReference - A reference counting stream adapter
633 // more references. We can then have multiple StreamReference
637 class StreamReference : public StreamAdapterInterface { class in namespace:rtc
643 explicit StreamReference(StreamInterface* stream);
646 ~StreamReference() override;
677 explicit StreamReference(StreamRefCount* stream_ref_count,
681 RTC_DISALLOW_COPY_AND_ASSIGN(StreamReference);
H A Dstream.cc1040 // StreamReference
1043 StreamReference::StreamReference(StreamInterface* stream) function in class:rtc::StreamReference
1049 StreamInterface* StreamReference::NewReference() {
1051 return new StreamReference(stream_ref_count_, stream());
1054 StreamReference::~StreamReference() {
1058 StreamReference::StreamReference(StreamRefCount* stream_ref_count, function in class:rtc::StreamReference

Completed in 73 milliseconds