/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | audiomonitor.h | 43 typedef std::vector<std::pair<uint32, int> > StreamList; typedef 44 StreamList active_streams; // ssrcs contributing to output_level
|
D | currentspeakermonitor.cc | 85 cricket::AudioInfo::StreamList::const_iterator stream_list_it; in OnAudioMonitor()
|
D | channel.h | 435 void GetActiveStreams_w(AudioInfo::StreamList* actives);
|
D | channel.cc | 1646 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) { in GetActiveStreams_w()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | audiomonitor.h | 43 typedef std::vector<std::pair<uint32, int> > StreamList; typedef 44 StreamList active_streams; // ssrcs contributing to output_level
|
D | filemediaengine.h | 139 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; } in GetActiveStreams()
|
D | mediaengine.h | 271 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; } in GetActiveStreams()
|
D | mediachannel.h | 223 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) = 0;
|
D | channel.h | 293 void GetActiveStreams_w(AudioInfo::StreamList* actives);
|
D | channel.cc | 718 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) { in GetActiveStreams_w()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | logging.cc | 114 LogMessage::StreamList LogMessage::streams_; 204 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in ~LogMessage() 252 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in LogToStream() 265 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in GetLogToStream() 281 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in RemoveLogToStream() 384 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in UpdateMinLogSeverity()
|
D | socketpool.h | 152 typedef std::deque<LoggingAdapter*> StreamList; typedef 153 StreamList recycle_bin_;
|
D | logging.h | 199 typedef std::list<std::pair<StreamInterface*, int> > StreamList; typedef 237 static StreamList streams_;
|
D | socketpool.cc | 260 for (StreamList::iterator it = recycle_bin_.begin(); in ~LoggingPoolAdapter()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | logging.cc | 111 LogMessage::StreamList LogMessage::streams_; 202 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in ~LogMessage() 233 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in LogToStream() 246 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in GetLogToStream() 262 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in RemoveLogToStream() 365 for (StreamList::iterator it = streams_.begin(); it != streams_.end(); ++it) { in UpdateMinLogSeverity()
|
D | socketpool.h | 152 typedef std::deque<LoggingAdapter*> StreamList; typedef 153 StreamList recycle_bin_;
|
D | logging.h | 190 typedef std::list<std::pair<StreamInterface*, int> > StreamList; typedef 224 static StreamList streams_;
|
D | socketpool.cc | 255 for (StreamList::iterator it = recycle_bin_.begin(); in ~LoggingPoolAdapter()
|
/external/chromium/third_party/libjingle/overrides/talk/base/ |
D | logging.h | 193 typedef std::list<std::pair<StreamInterface*, int> > StreamList; typedef 227 static StreamList streams_;
|
/external/chromium_org/third_party/libjingle/source/talk/media/other/ |
D | linphonemediaengine.h | 129 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; } in GetActiveStreams()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | filemediaengine.h | 212 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) { return true; } in GetActiveStreams()
|
D | mediachannel.h | 957 virtual bool GetActiveStreams(AudioInfo::StreamList* actives) = 0;
|
D | fakemediaengine.h | 337 virtual bool GetActiveStreams(AudioInfo::StreamList* streams) { return true; } in GetActiveStreams()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvoiceengine.h | 345 virtual bool GetActiveStreams(AudioInfo::StreamList* actives);
|
D | webrtcvoiceengine.cc | 2588 AudioInfo::StreamList* actives) { in GetActiveStreams()
|