Searched defs:ChannelMap (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_manager.h39 typedef std::map<int, ViEChannel*> ChannelMap; typedef in namespace:webrtc
133 ChannelMap channel_map_;
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc24 typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> > ChannelMap; typedef in namespace:content::__anon7502
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/
H A Dwebrtcvoiceengine.h410 typedef std::map<uint32, WebRtcVoiceChannelRenderer*> ChannelMap; typedef in class:cricket::WebRtcVoiceMediaChannel
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/
H A Dtransport.h432 typedef std::map<int, ChannelMapEntry> ChannelMap; typedef in class:cricket::Transport
514 ChannelMap channels_;
H A Dfakesession.h333 typedef std::map<int, FakeTransportChannel*> ChannelMap; typedef in class:cricket::FakeTransport
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_;
H A Dsession.h82 // 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; typedef in namespace:cricket
204 ChannelMap channels_;

Completed in 462 milliseconds