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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.h 212 typedef std::map<std::string, TransportChannelImpl*> ChannelMap;
262 ChannelMap channels_;
session.h 74 // Bundles a Transport and ChannelMap together. ChannelMap is used to
77 // session had one ChannelMap and transport. Now, with multiple
110 typedef std::map<std::string, TransportChannelProxy*> ChannelMap;
120 ChannelMap channels_;

Completed in 18 milliseconds