Home
last modified time | relevance | path

Searched refs:it_vchannel (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dcall.cc269 std::map<std::string, VideoChannel *>::iterator it_vchannel; in RemoveSession() local
270 it_vchannel = video_channel_map_.find(session->id()); in RemoveSession()
271 if (it_vchannel != video_channel_map_.end()) { in RemoveSession()
272 VideoChannel *video_channel = it_vchannel->second; in RemoveSession()
273 video_channel_map_.erase(it_vchannel); in RemoveSession()
389 std::map<std::string, VideoChannel *>::iterator it_vchannel; in Join() local
390 it_vchannel = call->video_channel_map_.find(session->id()); in Join()
391 if (it_vchannel != call->video_channel_map_.end()) { in Join()
392 VideoChannel *video_channel = (*it_vchannel).second; in Join()
393 call->video_channel_map_.erase(it_vchannel); in Join()