Home
last modified time | relevance | path

Searched defs:remote_streams (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/pc/
Dchannel.h133 const std::vector<StreamParams>& remote_streams() const override { in remote_streams() function
Dpeer_connection.cc1390 rtc::scoped_refptr<StreamCollectionInterface> PeerConnection::remote_streams() { in remote_streams() function in webrtc::PeerConnection
3436 const std::vector<rtc::scoped_refptr<MediaStreamInterface>>& remote_streams, in RemoveRemoteStreamsIfEmpty()
Drtc_stats_collector_unittest.cc484 std::vector<rtc::scoped_refptr<MediaStreamInterface>> remote_streams) { in CreateMockRtpSendersReceiversAndChannels()
Dpeer_connection_integrationtest.cc511 StreamCollectionInterface* remote_streams() const { in remote_streams() function in webrtc::__anon0b79b3a70111::PeerConnectionWrapper
/external/webrtc/api/test/
Ddummy_peer_connection.h33 rtc::scoped_refptr<StreamCollectionInterface> remote_streams() override { in remote_streams() function
/external/webrtc/pc/test/
Dfake_peer_connection_for_stats.h222 rtc::scoped_refptr<StreamCollectionInterface> remote_streams() override { in remote_streams() function
Dfake_peer_connection_base.h39 rtc::scoped_refptr<StreamCollectionInterface> remote_streams() override { in remote_streams() function
Dmock_peer_connection_observers.h77 StreamCollectionInterface* remote_streams() const { return remote_streams_; } in remote_streams() function