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

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

Completed in 152 milliseconds