OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:it_channel
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc
278
std::map<std::string, VoiceChannel *>::iterator
it_channel
;
local
279
it_channel
= voice_channel_map_.find(session->id());
280
if (
it_channel
!= voice_channel_map_.end()) {
281
VoiceChannel *voice_channel =
it_channel
->second;
282
voice_channel_map_.erase(
it_channel
);
379
std::map<std::string, VoiceChannel *>::iterator
it_channel
;
local
380
it_channel
= call->voice_channel_map_.find(session->id());
381
if (
it_channel
!= call->voice_channel_map_.end()) {
382
VoiceChannel *voice_channel = (*
it_channel
).second;
383
call->voice_channel_map_.erase(
it_channel
);
[
all
...]
Completed in 36 milliseconds