OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voice_channel_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
214
voice_channel_map_
[session->id()] = voice_channel;
279
it_channel =
voice_channel_map_
.find(session->id());
280
if (it_channel !=
voice_channel_map_
.end()) {
282
voice_channel_map_
.erase(it_channel);
295
=
voice_channel_map_
.find(session->id());
296
return (it !=
voice_channel_map_
.end()) ? it->second : NULL;
323
VoiceChannel *voice_channel =
voice_channel_map_
[(*it)->id()];
355
VoiceChannel *voice_channel =
voice_channel_map_
[(*it)->id()];
380
it_channel = call->
voice_channel_map_
.find(session->id());
381
if (it_channel != call->
voice_channel_map_
.end())
[
all
...]
call.h
125
std::map<std::string, VoiceChannel *>
voice_channel_map_
;
member in class:cricket::Call
Completed in 144 milliseconds