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

  /external/chromium_org/remoting/protocol/
channel_multiplexer.h 73 int next_channel_id_; member in class:remoting::protocol::ChannelMultiplexer
channel_multiplexer.cc 360 next_channel_id_(0),
452 MuxChannel* channel = new MuxChannel(this, name, next_channel_id_);
453 ++next_channel_id_;

Completed in 421 milliseconds