HomeSort by relevance Sort by last modified time
    Searched refs:channel_multiplexer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
jingle_session.cc 70 channel_multiplexer_.reset();
218 if (!channel_multiplexer_.get())
219 channel_multiplexer_.reset(new ChannelMultiplexer(this, kMuxChannelName));
220 return channel_multiplexer_.get();
jingle_session.h 167 scoped_ptr<ChannelMultiplexer> channel_multiplexer_; member in class:remoting::protocol::JingleSession

Completed in 373 milliseconds