OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestartStreamsForWedgeFix
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/media/audio/
audio_output_dispatcher.h
74
virtual void
RestartStreamsForWedgeFix
() = 0;
audio_output_resampler.h
57
virtual void
RestartStreamsForWedgeFix
() OVERRIDE;
audio_output_dispatcher_impl.h
66
virtual void
RestartStreamsForWedgeFix
() OVERRIDE;
audio_output_dispatcher_impl.cc
178
void AudioOutputDispatcherImpl::
RestartStreamsForWedgeFix
() {
audio_manager_base.cc
450
(*it)->dispatcher->
RestartStreamsForWedgeFix
();
audio_output_resampler.cc
300
// have been closed the AudioManager will call
RestartStreamsForWedgeFix
().
312
void AudioOutputResampler::
RestartStreamsForWedgeFix
() {
audio_output_proxy_unittest.cc
725
//
RestartStreamsForWedgeFix
() to simulate intended usage. The OnStart() call
728
// Stream3 should take Stream1's place after
RestartStreamsForWedgeFix
(). No
734
resampler_->
RestartStreamsForWedgeFix
();
Completed in 377 milliseconds