OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:it_vchannel
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
269
std::map<std::string, VideoChannel *>::iterator
it_vchannel
;
local
270
it_vchannel
= video_channel_map_.find(session->id());
271
if (
it_vchannel
!= video_channel_map_.end()) {
272
VideoChannel *video_channel =
it_vchannel
->second;
273
video_channel_map_.erase(
it_vchannel
);
389
std::map<std::string, VideoChannel *>::iterator
it_vchannel
;
local
390
it_vchannel
= call->video_channel_map_.find(session->id());
391
if (
it_vchannel
!= call->video_channel_map_.end()) {
392
VideoChannel *video_channel = (*
it_vchannel
).second;
393
call->video_channel_map_.erase(
it_vchannel
);
[
all
...]
Completed in 3396 milliseconds