HomeSort by relevance Sort by last modified time
    Searched refs:StopStream (Results 1 - 20 of 20) sorted by null

  /external/chromium/net/base/
bandwidth_metrics.cc 19 g_bandwidth_metrics.Get().StopStream();
27 void ScopedBandwidthMetrics::StopStream() {
29 g_bandwidth_metrics.Get().StopStream();
bandwidth_metrics.h 51 // tracker.StopStream();
80 void StopStream() {
128 void StopStream();
  /external/chromium_org/net/base/
bandwidth_metrics.cc 19 g_bandwidth_metrics.Get().StopStream();
27 void ScopedBandwidthMetrics::StopStream() {
29 g_bandwidth_metrics.Get().StopStream();
bandwidth_metrics.h 50 // tracker.StopStream();
79 void StopStream() {
127 void StopStream();
  /external/chromium_org/content/renderer/media/
mock_media_stream_dispatcher.h 30 virtual void StopStream(const std::string& label) OVERRIDE;
mock_media_stream_dispatcher.cc 58 void MockMediaStreamDispatcher::StopStream(const std::string& label) {
media_stream_dispatcher_unittest.cc 142 dispatcher->StopStream(stream_label2);
149 dispatcher->StopStream(stream_label1);
215 dispatcher->StopStream(stream_label2);
222 dispatcher->StopStream(stream_label1);
306 dispatcher->StopStream(stream_label2);
311 dispatcher->StopStream(stream_label1);
369 dispatcher->StopStream(stream_label1);
media_stream_dispatcher.h 56 virtual void StopStream(const std::string& label);
media_stream_impl.cc 139 media_stream_dispatcher_->StopStream(label);
307 media_stream_dispatcher_->StopStream(label);
387 // No need to call media_stream_dispatcher_->StopStream() because the
539 media_stream_dispatcher_->StopStream(
media_stream_dispatcher.cc 123 void MediaStreamDispatcher::StopStream(const std::string& label) {
125 DVLOG(1) << "MediaStreamDispatcher::StopStream"
228 StopStream(label);
  /external/chromium_org/media/audio/
audio_output_dispatcher.h 10 // back to the dispatcher by calling StopStream().
56 virtual void StopStream(AudioOutputProxy* stream_proxy) = 0;
audio_output_resampler.h 50 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
audio_output_dispatcher_impl.h 52 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
audio_output_proxy.cc 59 dispatcher_->StopStream(this);
audio_output_controller.h 187 void StopStream();
audio_output_controller.cc 186 void AudioOutputController::StopStream() {
203 StopStream();
308 StopStream();
audio_output_dispatcher_impl.cc 86 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) {
audio_output_resampler.cc 263 void AudioOutputResampler::StopStream(AudioOutputProxy* stream_proxy) {
265 dispatcher_->StopStream(stream_proxy);
267 // Now that StopStream() has completed the underlying physical stream should
279 // We assume that StopStream() is always called prior to CloseStream(), so
  /external/chromium/net/spdy/
spdy_stream.cc 311 metrics_.StopStream();
322 metrics_.StopStream();
  /external/chromium_org/net/spdy/
spdy_stream.cc 465 metrics_.StopStream();
484 metrics_.StopStream();
    [all...]

Completed in 498 milliseconds