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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel_manager.h 39 typedef std::map<int, ViEChannel*> ChannelMap;
133 ChannelMap channel_map_;
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 24 typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap;
27 ChannelMap channel_map;
58 ChannelMap* GetChannelMap() {
78 ChannelMap::const_iterator iter = GetChannelMap()->find(channel_key);
108 for (ChannelMap::iterator iter = GetChannelMap()->begin();
144 for (ChannelMap::const_iterator iter = GetChannelMap()->begin();
291 for (ChannelMap::iterator iter = GetChannelMap()->begin();
316 for (ChannelMap::iterator iter = GetChannelMap()->begin();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 410 typedef std::map<uint32, WebRtcVoiceChannelRenderer*> ChannelMap;
415 void SetNack(const ChannelMap& channels, bool nack_enabled);
468 ChannelMap send_channels_;
474 ChannelMap receive_channels_; // for multiple sources
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 333 typedef std::map<int, FakeTransportChannel*> ChannelMap;
348 const ChannelMap& channels() const { return channels_; }
353 for (ChannelMap::iterator it = channels_.begin(); it != channels_.end();
361 for (ChannelMap::iterator it = channels_.begin(); it != channels_.end();
403 ChannelMap::iterator it = channels_.find(component);
420 ChannelMap channels_;
transport.h 432 typedef std::map<int, ChannelMapEntry> ChannelMap;
514 ChannelMap channels_;
session.h 82 // Bundles a Transport and ChannelMap together. ChannelMap is used to
85 // session had one ChannelMap and transport. Now, with multiple
88 typedef std::map<int, TransportChannelProxy*> ChannelMap;
204 ChannelMap channels_;

Completed in 177 milliseconds