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

  /external/webrtc/talk/app/webrtc/
peerconnectionproxy.h 38 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>,
40 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>,
peerconnectioninterface.h 107 class StreamCollectionInterface : public rtc::RefCountInterface {
120 ~StreamCollectionInterface() {}
317 virtual rtc::scoped_refptr<StreamCollectionInterface>
321 virtual rtc::scoped_refptr<StreamCollectionInterface>
streamcollection.h 39 class StreamCollection : public StreamCollectionInterface {
peerconnection.h 81 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override;
82 rtc::scoped_refptr<StreamCollectionInterface> remote_streams() override;
peerconnection_unittest.cc 92 using webrtc::StreamCollectionInterface;
258 rtc::scoped_refptr<StreamCollectionInterface> remote_streams =
682 StreamCollectionInterface* remote_streams() {
690 StreamCollectionInterface* local_streams() {
    [all...]
peerconnection.cc 332 bool CanAddLocalMediaStream(webrtc::StreamCollectionInterface* current_streams,
669 rtc::scoped_refptr<StreamCollectionInterface>
674 rtc::scoped_refptr<StreamCollectionInterface>
    [all...]
peerconnectioninterface_unittest.cc 281 using webrtc::StreamCollectionInterface;
370 bool CompareStreamCollections(StreamCollectionInterface* s1,
371 StreamCollectionInterface* s2) {
445 StreamCollectionInterface* remote_streams() const { return remote_streams_; }
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 101 rtc::scoped_refptr<webrtc::StreamCollectionInterface> streams(

Completed in 89 milliseconds