HomeSort by relevance Sort by last modified time
    Searched defs:StopStream (Results 1 - 9 of 9) 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.cc 58 void MockMediaStreamDispatcher::StopStream(const std::string& label) {
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_impl.cc 86 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) {
audio_output_controller.cc 186 void AudioOutputController::StopStream() {
203 StopStream();
308 StopStream();
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

Completed in 272 milliseconds