Searched refs:StopStream (Results 1 - 20 of 20) 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().
56 virtual void StopStream(AudioOutputProxy* stream_proxy) = 0;
H A Daudio_output_dispatcher_impl.h52 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
H A Daudio_output_proxy.cc59 dispatcher_->StopStream(this);
H A Daudio_output_resampler.h50 virtual void StopStream(AudioOutputProxy* stream_proxy) OVERRIDE;
H A Daudio_output_controller.cc186 void AudioOutputController::StopStream() { function in class:media::AudioOutputController
203 StopStream();
308 StopStream();
H A Daudio_output_controller.h187 void StopStream();
H A Daudio_output_dispatcher_impl.cc86 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) { function in class:media::AudioOutputDispatcherImpl
H A Daudio_output_resampler.cc263 void AudioOutputResampler::StopStream(AudioOutputProxy* stream_proxy) { function in class:media::AudioOutputResampler
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_org/content/renderer/media/
H A Dmock_media_stream_dispatcher.cc58 void MockMediaStreamDispatcher::StopStream(const std::string& label) { function in class:content::MockMediaStreamDispatcher
H A Dmock_media_stream_dispatcher.h30 virtual void StopStream(const std::string& label) OVERRIDE;
H A Dmedia_stream_dispatcher_unittest.cc142 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);
H A Dmedia_stream_dispatcher.h56 virtual void StopStream(const std::string& label);
H A Dmedia_stream_impl.cc139 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(
H A Dmedia_stream_dispatcher.cc123 void MediaStreamDispatcher::StopStream(const std::string& label) { function in class:content::MediaStreamDispatcher
125 DVLOG(1) << "MediaStreamDispatcher::StopStream"
228 StopStream(label);
/external/chromium/net/spdy/
H A Dspdy_stream.cc311 metrics_.StopStream();
322 metrics_.StopStream();
/external/chromium_org/net/spdy/
H A Dspdy_stream.cc465 metrics_.StopStream();
484 metrics_.StopStream();

Completed in 188 milliseconds