Searched refs:diverting_to_stream_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_output_controller.cc31 diverting_to_stream_(NULL),
121 stream_ = diverting_to_stream_ ?
122 diverting_to_stream_ :
139 if (stream_ != diverting_to_stream_)
272 if (stream_ != diverting_to_stream_)
318 if (stream_ != diverting_to_stream_)
323 if (stream_ == diverting_to_stream_)
324 diverting_to_stream_ = NULL;
382 DCHECK(!diverting_to_stream_);
383 diverting_to_stream_
[all...]
H A Daudio_output_controller.h232 AudioOutputStream* diverting_to_stream_; member in class:media::AudioOutputController

Completed in 485 milliseconds