Home
last modified time | relevance | path

Searched refs:BaseChannel (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc154 BaseChannel::BaseChannel(rtc::Thread* thread, in BaseChannel() function in cricket::BaseChannel
181 BaseChannel::~BaseChannel() { in ~BaseChannel()
197 bool BaseChannel::Init(TransportChannel* transport_channel, in Init()
212 this, &BaseChannel::OnWritableState); in Init()
214 this, &BaseChannel::OnChannelRead); in Init()
216 this, &BaseChannel::OnReadyToSend); in Init()
219 this, &BaseChannel::OnNewLocalDescription); in Init()
221 this, &BaseChannel::OnNewRemoteDescription); in Init()
230 void BaseChannel::Deinit() { in Deinit()
234 bool BaseChannel::Enable(bool enable) { in Enable()
[all …]
Dmediarecorder.h47 class BaseChannel; variable
92 void RemoveChannel(BaseChannel* channel, SinkType type);
93 bool EnableChannel(BaseChannel* channel, bool enable_send, bool enable_recv,
105 bool InternalAddChannel(BaseChannel* channel,
111 std::map<BaseChannel*, SinkPair*> sinks_;
Dmediarecorder.cc115 std::map<BaseChannel*, SinkPair*>::iterator itr; in ~MediaRecorder()
136 bool MediaRecorder::InternalAddChannel(BaseChannel* channel, in InternalAddChannel()
162 void MediaRecorder::RemoveChannel(BaseChannel* channel, in RemoveChannel()
165 std::map<BaseChannel*, SinkPair*>::iterator itr = sinks_.find(channel); in RemoveChannel()
175 BaseChannel* channel, bool enable_send, bool enable_recv, in EnableChannel()
178 std::map<BaseChannel*, SinkPair*>::iterator itr = sinks_.find(channel); in EnableChannel()
217 std::map<BaseChannel*, SinkPair*>::iterator itr; in FlushSinks()
Dcall.h54 class BaseChannel; variable
233 BaseChannel* channel,
238 BaseChannel* channel,
241 BaseChannel* channel,
244 BaseChannel* channel,
247 BaseChannel* channel,
Dtypingmonitor.h41 class BaseChannel; variable
66 sigslot::signal2<BaseChannel*, bool> SignalMuted;
Dchannel.h74 class BaseChannel
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()); in media_channel()
508 class VideoChannel : public BaseChannel {
553 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel()); in media_channel()
601 class DataChannel : public BaseChannel {
[all …]
Dcall.cc997 BaseChannel* channel, in UpdateRecvStreams()
1010 BaseChannel* channel, in AddRecvStreams()
1021 BaseChannel* channel, in AddRecvStream()
1030 BaseChannel* channel, in RemoveRecvStreams()
1041 BaseChannel* channel, in RemoveRecvStream()
Dmediarecorder_unittest.cc173 void TestMediaRecorder(BaseChannel* channel, in TestMediaRecorder()
256 void TestRecordHeaderAndMedia(BaseChannel* channel, in TestRecordHeaderAndMedia()
Dchannel_unittest.cc534 void OnMediaMuted(cricket::BaseChannel* channel, bool muted) { in OnMediaMuted()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.h46 class BaseChannel; variable
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt1811 content.dll!cricket::BaseChannel::SetupDtlsSrtp
1812 content.dll!cricket::BaseChannel::ChannelWritable_w
1813 content.dll!cricket::BaseChannel::OnWritableState