/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | channel.cc | 90 BaseChannel::BaseChannel(talk_base::Thread* thread, MediaEngine* media_engine, in BaseChannel() function in cricket::BaseChannel 110 this, &BaseChannel::OnWritableState); in BaseChannel() 112 this, &BaseChannel::OnChannelRead); in BaseChannel() 116 session->SignalState.connect(this, &BaseChannel::OnSessionState); in BaseChannel() 119 BaseChannel::~BaseChannel() { in ~BaseChannel() 134 bool BaseChannel::Enable(bool enable) { in Enable() 140 bool BaseChannel::Mute(bool mute) { in Mute() 146 bool BaseChannel::RemoveStream(uint32 ssrc) { in RemoveStream() 152 bool BaseChannel::SetRtcpCName(const std::string& cname) { in SetRtcpCName() 158 bool BaseChannel::SetLocalContent(const MediaContentDescription* content, in SetLocalContent() [all …]
|
D | channel.h | 79 class BaseChannel 83 BaseChannel(talk_base::Thread* thread, MediaEngine* media_engine, 87 virtual ~BaseChannel(); 254 class VoiceChannel : public BaseChannel { 263 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel()); in media_channel() 365 class VideoChannel : public BaseChannel { 375 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel()); in media_channel()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 386 BaseChannel::BaseChannel(talk_base::Thread* thread, in BaseChannel() function in cricket::BaseChannel 412 BaseChannel::~BaseChannel() { in ~BaseChannel() 428 bool BaseChannel::Init(TransportChannel* transport_channel, in Init() 443 this, &BaseChannel::OnWritableState); in Init() 445 this, &BaseChannel::OnChannelRead); in Init() 447 this, &BaseChannel::OnReadyToSend); in Init() 450 this, &BaseChannel::OnNewLocalDescription); in Init() 452 this, &BaseChannel::OnNewRemoteDescription); in Init() 461 void BaseChannel::Deinit() { in Deinit() 466 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 | 52 class BaseChannel; variable 210 BaseChannel* channel, 215 BaseChannel* channel, 218 BaseChannel* channel, 221 BaseChannel* channel, 224 BaseChannel* channel,
|
D | typingmonitor.h | 41 class BaseChannel; variable 66 sigslot::signal2<BaseChannel*, bool> SignalMuted;
|
D | channel.h | 76 class BaseChannel 80 BaseChannel(talk_base::Thread* thread, MediaEngineInterface* media_engine, 83 virtual ~BaseChannel(); 226 sigslot::signal1<BaseChannel*> SignalFirstPacketReceived; 229 sigslot::repeater2<BaseChannel*, bool> SignalAutoMuted; 376 class VoiceChannel : public BaseChannel { 388 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel()); in media_channel() 487 class VideoChannel : public BaseChannel { 542 return static_cast<VideoMediaChannel*>(BaseChannel::media_channel()); in media_channel() 602 class DataChannel : public BaseChannel { [all …]
|
D | call.cc | 975 BaseChannel* channel, in UpdateRecvStreams() 988 BaseChannel* channel, in AddRecvStreams() 999 BaseChannel* channel, in AddRecvStream() 1008 BaseChannel* channel, in RemoveRecvStreams() 1019 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 | 564 void OnMediaMuted(cricket::BaseChannel* channel, bool muted) { in OnMediaMuted()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | webrtcsession.h | 45 class BaseChannel; variable
|