Home | History | Annotate | Download | only in call

Lines Matching defs:streams

68   std::list<AudioSendStream*> streams;
75 streams.push_back(stream);
77 streams.push_front(stream);
80 for (auto s : streams) {
83 streams.clear();
91 std::list<AudioReceiveStream*> streams;
98 streams.push_back(stream);
100 streams.push_front(stream);
103 for (auto s : streams) {
106 streams.clear();