Searched refs:active_streams_ (Results 1 – 2 of 2) sorted by relevance
137 active_streams_.clear(); in DeletePeerConnection()394 if (active_streams_.find(kStreamLabel) != active_streams_.end()) in AddStreams()419 active_streams_.insert(MediaStreamPair(stream->label(), stream)); in AddStreams()440 ASSERT(active_streams_.empty()); in UIThreadCallback()
125 active_streams_; variable