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

  /external/chromium_org/remoting/protocol/
channel_multiplexer.h 37 class MuxChannel;
39 friend class MuxChannel;
48 MuxChannel* GetOrCreateChannel(const std::string& name);
60 // Called by MuxChannel.
78 std::map<std::string, MuxChannel*> channels_;
82 std::map<int, MuxChannel*> channels_by_receive_id_;
channel_multiplexer.cc 68 class ChannelMultiplexer::MuxChannel {
70 MuxChannel(ChannelMultiplexer* multiplexer, const std::string& name,
72 ~MuxChannel();
99 DISALLOW_COPY_AND_ASSIGN(MuxChannel);
106 MuxSocket(MuxChannel* channel);
179 MuxChannel* channel_;
195 ChannelMultiplexer::MuxChannel::MuxChannel(
207 ChannelMultiplexer::MuxChannel::~MuxChannel() {
    [all...]

Completed in 47 milliseconds