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

/external/webrtc/talk/app/webrtc/
H A Dstreamcollection.h103 void RemoveStream(MediaStreamInterface* remove_stream) { function in class:webrtc::StreamCollection
H A Dpeerconnection.cc712 void PeerConnection::RemoveStream(MediaStreamInterface* local_stream) { function in class:webrtc::PeerConnection
713 TRACE_EVENT0("webrtc", "PeerConnection::RemoveStream");
721 local_streams_->RemoveStream(local_stream);
1365 // session description is not changed and RemoveStream is called, and
1627 remote_streams_->RemoveStream(stream);
1722 // This is the normal case. I.e., RemoveStream has been called and the
1729 // match with the calls to CreateSender, AddStream and RemoveStream.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc58 void RemoteEstimatorProxy::RemoveStream(unsigned int ssrc) {} function in class:webrtc::RemoteEstimatorProxy
H A Dremote_bitrate_estimator_single_stream.cc193 void RemoteBitrateEstimatorSingleStream::RemoveStream(unsigned int ssrc) { function in class:webrtc::RemoteBitrateEstimatorSingleStream
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc91 RemoveStream(stream->first);
254 bool ConferenceTransport::RemoveStream(unsigned int id) { function in class:voetest::ConferenceTransport

Completed in 748 milliseconds