Searched refs:BaseChannel (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 154 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 …]
|
D | mediarecorder.h | 47 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_;
|
D | mediarecorder.cc | 115 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()
|
D | call.h | 54 class BaseChannel; variable 233 BaseChannel* channel, 238 BaseChannel* channel, 241 BaseChannel* channel, 244 BaseChannel* channel, 247 BaseChannel* channel,
|
D | typingmonitor.h | 41 class BaseChannel; variable 66 sigslot::signal2<BaseChannel*, bool> SignalMuted;
|
D | channel.h | 74 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 …]
|
D | call.cc | 997 BaseChannel* channel, in UpdateRecvStreams() 1010 BaseChannel* channel, in AddRecvStreams() 1021 BaseChannel* channel, in AddRecvStream() 1030 BaseChannel* channel, in RemoveRecvStreams() 1041 BaseChannel* channel, in RemoveRecvStream()
|
D | mediarecorder_unittest.cc | 173 void TestMediaRecorder(BaseChannel* channel, in TestMediaRecorder() 256 void TestRecordHeaderAndMedia(BaseChannel* channel, in TestRecordHeaderAndMedia()
|
D | channel_unittest.cc | 534 void OnMediaMuted(cricket::BaseChannel* channel, bool muted) { in OnMediaMuted()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | webrtcsession.h | 46 class BaseChannel; variable
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 1811 content.dll!cricket::BaseChannel::SetupDtlsSrtp 1812 content.dll!cricket::BaseChannel::ChannelWritable_w 1813 content.dll!cricket::BaseChannel::OnWritableState
|