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

  /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/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.cc 196 void AudioOutputController::StopStream() {
218 StopStream();
332 StopStream();
audio_output_controller.h 203 void StopStream();
audio_output_resampler.cc 262 void AudioOutputResampler::StopStream(AudioOutputProxy* stream_proxy) {
264 dispatcher_->StopStream(stream_proxy);
266 // Now that StopStream() has completed the underlying physical stream should
278 // We assume that StopStream() is always called prior to CloseStream(), so
audio_output_dispatcher_impl.cc 82 void AudioOutputDispatcherImpl::StopStream(AudioOutputProxy* stream_proxy) {
  /external/chromium_org/media/audio/sounds/
audio_stream_handler.cc 73 stop_closure_.Reset(base::Bind(&AudioStreamContainer::StopStream,
97 StopStream();
131 void StopStream() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspstrm.h 67 STDMETHOD (StopStream) ();
tapi3if.h     [all...]
  /external/chromium_org/net/spdy/
spdy_stream.cc 480 metrics_.StopStream();
499 metrics_.StopStream();

Completed in 412 milliseconds