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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h65 // BaseChannel contains logic common to voice and video, including
71 // vtable, and the media channel's thread using BaseChannel as the
74 class BaseChannel class in namespace:cricket
78 BaseChannel(rtc::Thread* thread, MediaEngineInterface* media_engine,
81 virtual ~BaseChannel();
225 sigslot::signal1<BaseChannel*> SignalFirstPacketReceived;
228 sigslot::repeater2<BaseChannel*, bool> SignalAutoMuted;
399 class VoiceChannel : public BaseChannel {
411 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel());
453 // Overrides BaseChannel
[all...]
H A Dchannel.cc154 BaseChannel::BaseChannel(rtc::Thread* thread, function in class:cricket::BaseChannel
181 BaseChannel::~BaseChannel() {
197 bool BaseChannel::Init(TransportChannel* transport_channel,
212 this, &BaseChannel::OnWritableState);
214 this, &BaseChannel::OnChannelRead);
216 this, &BaseChannel::OnReadyToSend);
219 this, &BaseChannel::OnNewLocalDescription);
221 this, &BaseChannel
[all...]

Completed in 119 milliseconds