OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChannelMap
(Results
1 - 7
of
7
) 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_;
/external/chromium_org/content/child/npapi/
np_channel_base.cc
23
typedef base::hash_map<std::string, scoped_refptr<NPChannelBase> >
ChannelMap
;
26
ChannelMap
channel_map;
57
ChannelMap
* GetChannelMap() {
77
ChannelMap
::const_iterator iter = GetChannelMap()->find(channel_key);
107
for (
ChannelMap
::iterator iter = GetChannelMap()->begin();
143
for (
ChannelMap
::const_iterator iter = GetChannelMap()->begin();
290
for (
ChannelMap
::iterator iter = GetChannelMap()->begin();
315
for (
ChannelMap
::iterator iter = GetChannelMap()->begin();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h
392
typedef std::map<uint32, WebRtcVoiceChannelInfo>
ChannelMap
;
395
void SetNack(const
ChannelMap
& channels, bool nack_enabled);
433
ChannelMap
send_channels_;
438
ChannelMap
receive_channels_; // for multiple sources
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h
319
typedef std::map<int, FakeTransportChannel*>
ChannelMap
;
334
const
ChannelMap
& channels() const { return channels_; }
339
for (
ChannelMap
::iterator it = channels_.begin(); it != channels_.end();
347
for (
ChannelMap
::iterator it = channels_.begin(); it != channels_.end();
389
ChannelMap
::iterator it = channels_.find(component);
406
ChannelMap
channels_;
transport.h
419
typedef std::map<int, ChannelMapEntry>
ChannelMap
;
495
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
;
193
ChannelMap
channels_;
Completed in 208 milliseconds