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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 138 virtual bool RemoveStream(uint32 ssrc) { return true; }
173 virtual bool RemoveStream(uint32 ssrc) { return true; }
call.h 61 void RemoveStream(BaseSession *session, uint32 voice_ssrc, uint32 video_ssrc);
mediachannel.h 221 virtual bool RemoveStream(uint32 ssrc) = 0;
446 virtual bool RemoveStream(uint32 ssrc) = 0;
call.cc 161 void Call::RemoveStream(BaseSession *session,
166 voice_channel->RemoveStream(voice_ssrc);
169 video_channel->RemoveStream(video_ssrc);
mediaengine.h 270 virtual bool RemoveStream(uint32 ssrc) { return true; }
channel.cc 146 bool BaseChannel::RemoveStream(uint32 ssrc) {
839 media_channel()->RemoveStream(ssrc);
    [all...]
channel.h 113 bool RemoveStream(uint32 ssrc);
  /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);
callclient.h 127 void RemoveStream(uint32 audio_src_id, uint32 video_src_id);

Completed in 146 milliseconds