HomeSort by relevance Sort by last modified time
    Searched refs:expecting_config_changes_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
audio_renderer_impl.h 212 bool expecting_config_changes_; member in class:media::AudioRendererImpl
audio_renderer_impl.cc 268 expecting_config_changes_ = stream->SupportsConfigChanges();
269 if (!expecting_config_changes_) {
333 if (expecting_config_changes_)
415 if (expecting_config_changes_) {
762 DCHECK(expecting_config_changes_);

Completed in 332 milliseconds