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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
streamcollection.h 38 // Implementation of StreamCollection.
39 class StreamCollection : public StreamCollectionInterface {
41 static talk_base::scoped_refptr<StreamCollection> Create() {
42 talk_base::RefCountedObject<StreamCollection>* implementation =
43 new talk_base::RefCountedObject<StreamCollection>();
47 static talk_base::scoped_refptr<StreamCollection> Create(
48 StreamCollection* streams) {
49 talk_base::RefCountedObject<StreamCollection>* implementation =
50 new talk_base::RefCountedObject<StreamCollection>(streams);
114 StreamCollection() {}
    [all...]
mediastreamsignaling.h 38 #include "talk/app/webrtc/streamcollection.h"
304 StreamCollection* new_streams);
377 talk_base::scoped_refptr<StreamCollection> local_streams_;
378 talk_base::scoped_refptr<StreamCollection> remote_streams_;
mediastreamsignaling_unittest.cc 33 #include "talk/app/webrtc/streamcollection.h"
61 using webrtc::StreamCollection;
240 : remote_media_streams_(StreamCollection::Create()) {
390 talk_base::scoped_refptr<StreamCollection> remote_media_streams_;
416 talk_base::scoped_refptr<StreamCollection>
418 talk_base::scoped_refptr<StreamCollection> local_collection(
419 StreamCollection::Create());
453 reference_collection_ = StreamCollection::Create();
500 talk_base::scoped_refptr<StreamCollection> reference_collection_;
603 talk_base::scoped_refptr<StreamCollection> local_streams
    [all...]
mediastreamsignaling.cc 178 local_streams_(StreamCollection::Create()),
179 remote_streams_(StreamCollection::Create()),
343 talk_base::scoped_refptr<StreamCollection> new_streams(
344 StreamCollection::Create());
529 StreamCollection* new_streams) {
    [all...]
webrtcsession_unittest.cc 32 #include "talk/app/webrtc/streamcollection.h"
85 using webrtc::StreamCollection;
    [all...]

Completed in 129 milliseconds