Searched refs:StopStream (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/base/
H A Dbandwidth_metrics.cc19 g_bandwidth_metrics.Get().StopStream();
27 void ScopedBandwidthMetrics::StopStream() { function in class:net::ScopedBandwidthMetrics
29 g_bandwidth_metrics.Get().StopStream();
H A Dbandwidth_metrics.h51 // tracker.StopStream();
80 void StopStream() { function in class:net::BandwidthMetrics
128 void StopStream();
/external/chromium_org/net/base/
H A Dbandwidth_metrics.cc19 g_bandwidth_metrics.Get().StopStream();
27 void ScopedBandwidthMetrics::StopStream() { function in class:net::ScopedBandwidthMetrics
29 g_bandwidth_metrics.Get().StopStream();
H A Dbandwidth_metrics.h50 // tracker.StopStream();
79 void StopStream() { function in class:net::BandwidthMetrics
127 void StopStream();
/external/chromium_org/media/audio/
H A Daudio_output_dispatcher.h10 // back to the dispatcher by calling StopStream().
57 virtual void StopStream(AudioOutputProxy* stream_proxy) = 0;
H A Daudio_output_dispatcher_impl.h53 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
H A Daudio_output_proxy.cc59 dispatcher_->StopStream(this);
H A Daudio_output_resampler.h51 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
H A Daudio_output_controller.cc236 void AudioOutputController::StopStream() { function in class:media::AudioOutputController
257 StopStream();
384 StopStream();
H A Daudio_output_resampler.cc260 void AudioOutputResampler::StopStream(AudioOutputProxy* stream_proxy) { function in class:media::AudioOutputResampler
262 dispatcher_->StopStream(stream_proxy);
264 // Now that StopStream() has completed the underlying physical stream should
276 // We assume that StopStream() is always called prior to CloseStream(), so
304 dispatcher_->StopStream(it->first);
H A Daudio_output_controller.h216 void StopStream();
H A Daudio_output_dispatcher_impl.cc84 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) { function in class:media::AudioOutputDispatcherImpl
/external/chromium/net/spdy/
H A Dspdy_stream.cc311 metrics_.StopStream();
322 metrics_.StopStream();
/external/chromium_org/net/spdy/
H A Dspdy_stream.cc468 metrics_.StopStream();
487 metrics_.StopStream();

Completed in 265 milliseconds