Home
last modified time | relevance | path

Searched refs:channel_factory_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/protocol/
Dchannel_dispatcher_base.cc18 channel_factory_(NULL) { in ChannelDispatcherBase()
22 if (channel_factory_) in ~ChannelDispatcherBase()
23 channel_factory_->CancelChannelCreation(channel_name_); in ~ChannelDispatcherBase()
32 channel_factory_ = session->GetMultiplexedChannelFactory(); in Init()
36 channel_factory_ = session->GetTransportChannelFactory(); in Init()
47 channel_factory_->CreateChannel(channel_name_, base::Bind( in Init()
58 channel_factory_ = NULL; in OnChannelReady()
Dsecure_channel_factory.cc18 : channel_factory_(channel_factory), in SecureChannelFactory()
32 channel_factory_->CreateChannel( in CreateChannel()
42 channel_factory_->CancelChannelCreation(name); in CancelChannelCreation()
Dfake_session.cc47 return &channel_factory_; in GetTransportChannelFactory()
51 return &channel_factory_; in GetMultiplexedChannelFactory()
Dfake_session.h34 FakeStreamChannelFactory& fake_channel_factory() { return channel_factory_; } in fake_channel_factory()
52 FakeStreamChannelFactory channel_factory_; variable
Dchannel_dispatcher_base.h59 StreamChannelFactory* channel_factory_; variable
Dsecure_channel_factory.h49 StreamChannelFactory* channel_factory_; variable
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.cc287 channel_factory_(NULL), in WebRtcVideoEngine2()
301 channel_factory_ = channel_factory; in SetChannelFactory()
367 channel_factory_ != NULL in CreateChannel()
368 ? channel_factory_->Create(this, voice_channel) in CreateChannel()
Dwebrtcvideoengine2.h203 WebRtcVideoChannelFactory* channel_factory_; variable