Searched refs:BaseChannel (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/session/media/
H A Dchannel.cc169 BaseChannel::BaseChannel(rtc::Thread* thread, function in class:cricket::BaseChannel
196 BaseChannel::~BaseChannel() {
221 bool BaseChannel::Init() {
240 void BaseChannel::Deinit() {
244 bool BaseChannel::SetTransport(const std::string& transport_name) {
246 Bind(&BaseChannel::SetTransport_w, this, transport_name));
249 bool BaseChannel::SetTransport_w(const std::string& transport_name) {
298 void BaseChannel
[all...]
H A Dchannel.h71 // BaseChannel contains logic common to voice and video, including
77 // vtable, and the media channel's thread using BaseChannel as the
80 class BaseChannel class in namespace:cricket
85 BaseChannel(rtc::Thread* thread,
90 virtual ~BaseChannel();
161 sigslot::signal2<BaseChannel*, bool> SignalDtlsSetupFailure;
166 sigslot::signal1<BaseChannel*> SignalFirstPacketReceived;
340 class VoiceChannel : public BaseChannel {
360 return static_cast<VoiceMediaChannel*>(BaseChannel::media_channel());
402 // overrides from BaseChannel
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.h211 bool GetSslRole(const cricket::BaseChannel* channel, rtc::SSLRole* role);
290 bool GetChannelTransportStats(cricket::BaseChannel* ch, SessionStats* stats);
311 void OnDtlsSetupFailure(cricket::BaseChannel*, bool rtcp);
385 cricket::BaseChannel* GetChannel(const std::string& content_name);
H A Dwebrtcsession.cc775 bool WebRtcSession::GetSslRole(const cricket::BaseChannel* channel,
1025 auto set_content = [this, action, source, err](cricket::BaseChannel* ch) {
1118 bool WebRtcSession::GetChannelTransportStats(cricket::BaseChannel* ch,
1158 cricket::BaseChannel* WebRtcSession::GetChannel(
1179 cricket::BaseChannel* first_channel = GetChannel(transport_name);
1182 first_channel](cricket::BaseChannel* ch) {
1892 void WebRtcSession::OnDtlsSetupFailure(cricket::BaseChannel*, bool rtcp) {
2068 cricket::BaseChannel* channel = GetChannel(content.name);
H A Dwebrtcsession_unittest.cc285 cricket::TransportChannel* rtp_transport_channel(cricket::BaseChannel* ch) {
292 cricket::TransportChannel* rtcp_transport_channel(cricket::BaseChannel* ch) {
2996 cricket::BaseChannel* voice_channel = session_->voice_channel();
4247 session_->video_channel()->SetOption(cricket::BaseChannel::ST_RTP,
4250 session_->voice_channel()->SetOption(cricket::BaseChannel::ST_RTP,

Completed in 98 milliseconds