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

  /external/chromium_org/remoting/protocol/
channel_multiplexer.cc 57 const char ChannelMultiplexer::kMuxChannelName[] = "mux";
59 struct ChannelMultiplexer::PendingChannel {
68 class ChannelMultiplexer::MuxChannel {
70 MuxChannel(ChannelMultiplexer* multiplexer, const std::string& name,
78 // Called by ChannelMultiplexer.
91 ChannelMultiplexer* multiplexer_;
102 class ChannelMultiplexer::MuxSocket : public net::StreamSocket,
195 ChannelMultiplexer::MuxChannel::MuxChannel(
196 ChannelMultiplexer* multiplexer,
207 ChannelMultiplexer::MuxChannel::~MuxChannel()
    [all...]
channel_multiplexer.h 17 class ChannelMultiplexer : public StreamChannelFactory {
22 ChannelMultiplexer(StreamChannelFactory* factory,
24 virtual ~ChannelMultiplexer();
83 base::WeakPtrFactory<ChannelMultiplexer> weak_factory_;
85 DISALLOW_COPY_AND_ASSIGN(ChannelMultiplexer);
channel_multiplexer_unittest.cc 75 host_mux_.reset(new ChannelMultiplexer(
77 client_mux_.reset(new ChannelMultiplexer(
86 ChannelMultiplexer::kMuxChannelName);
89 ChannelMultiplexer::kMuxChannelName);
138 scoped_ptr<ChannelMultiplexer> host_mux_;
139 scoped_ptr<ChannelMultiplexer> client_mux_;
jingle_session.h 34 class ChannelMultiplexer;
176 scoped_ptr<ChannelMultiplexer> channel_multiplexer_;
jingle_session.cc 235 new ChannelMultiplexer(GetTransportChannelFactory(), kMuxChannelName));

Completed in 154 milliseconds