Searched refs:channel_multiplexer_ (Results 1 – 2 of 2) sorted by relevance
82 channel_multiplexer_.reset(); in ~JingleSession()233 if (!channel_multiplexer_.get()) { in GetMultiplexedChannelFactory()234 channel_multiplexer_.reset( in GetMultiplexedChannelFactory()237 return channel_multiplexer_.get(); in GetMultiplexedChannelFactory()
176 scoped_ptr<ChannelMultiplexer> channel_multiplexer_; variable