Home | History | Annotate | Download | only in audio

Lines Matching refs:stream_

32     : is_playing_(false), stream_(NULL), frame_index_(0) {
73 stream_ = output_stream_for_testing_
84 if (!stream_ || !stream_->Open()) {
86 if (stream_) {
87 stream_->Close();
88 stream_ = NULL;
92 stream_->SetVolume(kOutputVolumePercent);
98 if (!stream_)
112 stream_->Start(this);
117 if (!stream_)
120 stream_->Stop();
126 if (!stream_)
130 stream_->Stop();
131 stream_->Close();
132 stream_ = NULL;