Home
last modified time | relevance | path

Searched refs:channel_multiplexer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Djingle_session.cc82 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()
Djingle_session.h176 scoped_ptr<ChannelMultiplexer> channel_multiplexer_; variable