Home
last modified time | relevance | path

Searched refs:channel_factory_ (Results 1 – 6 of 6) 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_->CreateStreamChannel(channel_name_, base::Bind( in Init()
Dprotobuf_video_writer.cc19 : channel_factory_(NULL) { in ProtobufVideoWriter()
28 channel_factory_ = session->GetTransportChannelFactory(); in Init()
31 channel_factory_->CreateStreamChannel( in Init()
54 if (channel_factory_) { in Close()
55 channel_factory_->CancelChannelCreation(kVideoChannelName); in Close()
56 channel_factory_ = NULL; in Close()
Dprotobuf_video_reader.cc19 channel_factory_(NULL), in ProtobufVideoReader()
24 if (channel_factory_) in ~ProtobufVideoReader()
25 channel_factory_->CancelChannelCreation(kVideoChannelName); in ~ProtobufVideoReader()
31 channel_factory_ = session->GetTransportChannelFactory(); in Init()
35 channel_factory_->CreateStreamChannel( in Init()
Dprotobuf_video_writer.h46 ChannelFactory* channel_factory_; variable
Dchannel_dispatcher_base.h59 ChannelFactory* channel_factory_; variable
Dprotobuf_video_reader.h43 ChannelFactory* channel_factory_; variable