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

  /external/webrtc/talk/media/base/
fakenetworkinterface.h 34 #include "talk/media/base/mediachannel.h"
47 class FakeNetworkInterface : public MediaChannel::NetworkInterface,
59 void SetDestination(MediaChannel* dest) { dest_ = dest; }
226 MediaChannel* dest_;
mediachannel.h 454 class MediaChannel : public sigslot::has_slots<> {
468 MediaChannel() : network_interface_(NULL) {}
469 virtual ~MediaChannel() {}
    [all...]
rtpdataengine.cc 362 MediaChannel::SendPacket(&packet, rtc::PacketOptions());
  /external/webrtc/talk/session/media/
channel.h 37 #include "talk/media/base/mediachannel.h"
82 public MediaChannel::NetworkInterface,
86 MediaChannel* channel,
178 virtual MediaChannel* media_channel() const { return media_channel_; }
310 MediaChannel* media_channel_;
358 // downcasts a MediaChannel
453 // downcasts a MediaChannel
566 // downcasts a MediaChannel.
channel_unittest.cc 32 #include "talk/media/base/mediachannel.h"
86 typedef MediaChannelT MediaChannel;
146 CreateChannels(new typename T::MediaChannel(NULL, typename T::Options()),
147 new typename T::MediaChannel(NULL, typename T::Options()),
151 typename T::MediaChannel* ch1, typename T::MediaChannel* ch2,
206 typename T::MediaChannel* ch,
    [all...]
channel.cc 170 MediaChannel* media_channel,
401 Bind(&MediaChannel::AddSendStream, media_channel(), sp));
406 Bind(&MediaChannel::RemoveSendStream, media_channel(), ssrc));
541 // Notify the MediaChannel when both rtp and rtcp channel can send.
544 // Notify the MediaChannel when either rtp or rtcp channel can't send.
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
webrtcvoiceengine.cc     [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 35 #include "talk/media/base/mediachannel.h"
54 class SctpFakeNetworkInterface : public cricket::MediaChannel::NetworkInterface,
sctpdataengine.cc     [all...]

Completed in 219 milliseconds