Searched defs:StopStream (Results 1 - 9 of 9) 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/content/renderer/media/
H A Dmock_media_stream_dispatcher.cc58 void MockMediaStreamDispatcher::StopStream(const std::string& label) { function in class:content::MockMediaStreamDispatcher
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_org/media/audio/
H A Daudio_output_dispatcher_impl.cc86 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) { function in class:media::AudioOutputDispatcherImpl
H A Daudio_output_controller.cc186 void AudioOutputController::StopStream() { function in class:media::AudioOutputController
203 StopStream();
308 StopStream();
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

Completed in 2626 milliseconds