OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
301
StreamCollection
* new_streams);
374
talk_base::scoped_refptr<
StreamCollection
> local_streams_;
375
talk_base::scoped_refptr<
StreamCollection
> remote_streams_;
mediastreamsignaling_unittest.cc
33
#include "talk/app/webrtc/
streamcollection
.h"
65
using webrtc::
StreamCollection
;
261
: remote_media_streams_(
StreamCollection
::Create()) {
411
talk_base::scoped_refptr<
StreamCollection
> remote_media_streams_;
445
talk_base::scoped_refptr<
StreamCollection
>
447
talk_base::scoped_refptr<
StreamCollection
> local_collection(
448
StreamCollection
::Create());
482
reference_collection_ =
StreamCollection
::Create();
544
talk_base::scoped_refptr<
StreamCollection
> reference_collection_;
648
talk_base::scoped_refptr<
StreamCollection
> local_streams
[
all
...]
mediastreamsignaling.cc
189
local_streams_(
StreamCollection
::Create()),
190
remote_streams_(
StreamCollection
::Create()),
363
talk_base::scoped_refptr<
StreamCollection
> new_streams(
364
StreamCollection
::Create());
550
StreamCollection
* new_streams) {
[
all
...]
webrtcsession_unittest.cc
32
#include "talk/app/webrtc/
streamcollection
.h"
87
using webrtc::
StreamCollection
;
[
all
...]
Completed in 255 milliseconds