OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamCollection
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
streamcollection.h
38
// Implementation of
StreamCollection
.
39
class
StreamCollection
: public StreamCollectionInterface {
41
static rtc::scoped_refptr<
StreamCollection
> Create() {
42
rtc::RefCountedObject<
StreamCollection
>* implementation =
43
new rtc::RefCountedObject<
StreamCollection
>();
47
static rtc::scoped_refptr<
StreamCollection
> Create(
48
StreamCollection
* streams) {
49
rtc::RefCountedObject<
StreamCollection
>* implementation =
50
new rtc::RefCountedObject<
StreamCollection
>(streams);
114
StreamCollection
() {}
[
all
...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h
159
typedef Collection<audio_stream_type_t>
StreamCollection
;
Completed in 1601 milliseconds