HomeSort by relevance Sort by last modified time
    Searched defs:RemoveStream (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 161 void Call::RemoveStream(BaseSession *session,
166 voice_channel->RemoveStream(voice_ssrc);
169 video_channel->RemoveStream(video_ssrc);
filemediaengine.h 138 virtual bool RemoveStream(uint32 ssrc) { return true; }
173 virtual bool RemoveStream(uint32 ssrc) { return true; }
mediaengine.h 270 virtual bool RemoveStream(uint32 ssrc) { return true; }
channel.cc 146 bool BaseChannel::RemoveStream(uint32 ssrc) {
839 media_channel()->RemoveStream(ssrc);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 644 void CallClient::RemoveStream(uint32 audio_src_id, uint32 video_src_id) {
647 call_->RemoveStream(session_, audio_src_id, video_src_id);
771 RemoveStream(elem->second.audio_src_id(), elem->second.video_src_id());
787 // fact that AddStream/RemoveStream do nothing for SSRC arguments that are
802 RemoveStream(remove_audio_src_id, remove_video_src_id);

Completed in 261 milliseconds