Searched defs:StreamAdapterInterface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc113 // StreamAdapterInterface
116 StreamAdapterInterface::StreamAdapterInterface(StreamInterface* stream, function in class:rtc::StreamAdapterInterface
120 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
123 void StreamAdapterInterface::Attach(StreamInterface* stream, bool owned) {
131 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
134 StreamInterface* StreamAdapterInterface::Detach() {
142 StreamAdapterInterface::~StreamAdapterInterface() {
152 : StreamAdapterInterface(strea
[all...]
H A Dstream.h235 // StreamAdapterInterface is a convenient base-class for adapting a stream.
242 class StreamAdapterInterface : public StreamInterface, class in namespace:rtc
245 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
316 virtual ~StreamAdapterInterface();
328 DISALLOW_EVIL_CONSTRUCTORS(StreamAdapterInterface);
337 class StreamTap : public StreamAdapterInterface {
345 // StreamAdapterInterface Interface
366 class StreamSegment : public StreamAdapterInterface {
373 // StreamAdapterInterface Interface
689 class LoggingAdapter : public StreamAdapterInterface {
[all...]

Completed in 61 milliseconds