OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_channel_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
228
video_channel_map_
[session->id()] = video_channel;
270
it_vchannel =
video_channel_map_
.find(session->id());
271
if (it_vchannel !=
video_channel_map_
.end()) {
273
video_channel_map_
.erase(it_vchannel);
301
=
video_channel_map_
.find(session->id());
302
return (it !=
video_channel_map_
.end()) ? it->second : NULL;
390
it_vchannel = call->
video_channel_map_
.find(session->id());
391
if (it_vchannel != call->
video_channel_map_
.end()) {
393
call->
video_channel_map_
.erase(it_vchannel);
394
video_channel_map_
[session->id()] = video_channel
[
all
...]
call.h
126
std::map<std::string, VideoChannel *>
video_channel_map_
;
member in class:cricket::Call
Completed in 53 milliseconds