Searched defs:source_callback_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/audio/cras/
H A Dcras_unified.h101 AudioSourceCallback* source_callback_; member in class:media::CrasUnifiedStream
/external/chromium_org/media/audio/pulse/
H A Dpulse_output.h56 // failure state change happens and |source_callback_| is set
89 AudioSourceCallback* source_callback_; member in class:media::PulseAudioOutputStream
/external/chromium_org/media/audio/alsa/
H A Dalsa_output.h153 // |source_callback_| object are incorrect in AudioRenderHost. The callback
155 // requires a synchronization on access of the |source_callback_| to avoid
207 AudioSourceCallback* source_callback_; member in class:media::AlsaPcmOutputStream
/external/chromium_org/media/audio/
H A Daudio_output_resampler.cc36 // 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_ != nullptr; }
55 AudioOutputStream::AudioSourceCallback* source_callback_; member in class:media::OnMoreDataConverter
58 // playback delay by ProvideInput() and passed on to |source_callback_|.
302 source_callback_(nullptr),
309 CHECK(!source_callback_);
314 CHECK(!source_callback_);
315 source_callback_ = callback;
324 CHECK(source_callback_);
[all...]

Completed in 5215 milliseconds