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

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.cc269 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 19 milliseconds