Searched refs:channel_factory_ (Results 1 – 6 of 6) sorted by relevance
18 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()
19 : 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()
19 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()
46 ChannelFactory* channel_factory_; variable
59 ChannelFactory* channel_factory_; variable
43 ChannelFactory* channel_factory_; variable