OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopDiverting
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/media/audio/
audio_source_diverter.h
32
virtual void
StopDiverting
() = 0;
audio_output_controller.h
150
// Start/
StopDiverting
below, in which case the state transition
151
// will happen when
StopDiverting
is called).
172
virtual void
StopDiverting
() OVERRIDE;
audio_output_controller.cc
324
// finished using
StopDiverting
() the output will switch to the new
434
void AudioOutputController::
StopDiverting
() {
audio_output_controller_unittest.cc
216
controller_->
StopDiverting
();
/external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.cc
83
diverter->
StopDiverting
();
131
diverter->
StopDiverting
();
157
it->second->
StopDiverting
();
audio_mirroring_manager_unittest.cc
34
MOCK_METHOD0(
StopDiverting
, void());
64
EXPECT_CALL(*diverter,
StopDiverting
())
Completed in 580 milliseconds