OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_streams_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.h
125
active_streams_
;
member in class:Conductor
conductor.cc
137
active_streams_
.clear();
394
if (
active_streams_
.find(kStreamLabel) !=
active_streams_
.end())
419
active_streams_
.insert(MediaStreamPair(stream->label(), stream));
440
ASSERT(
active_streams_
.empty());
Completed in 504 milliseconds