Home | History | Annotate | Download | only in audio

Lines Matching refs:source_callback_

36   // Sets |source_callback_|.  If this is not a new object, then Stop() must be
40 // Clears |source_callback_| and flushes the resampler.
43 bool started() { return source_callback_ != NULL; }
55 AudioOutputStream::AudioSourceCallback* source_callback_;
58 // playback delay by ProvideInput() and passed on to |source_callback_|.
302 source_callback_(NULL),
309 CHECK(!source_callback_);
314 CHECK(!source_callback_);
315 source_callback_ = callback;
324 CHECK(source_callback_);
325 source_callback_ = NULL;
350 const int frames = source_callback_->OnMoreData(dest, new_buffers_state);
360 source_callback_->OnError(stream);