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

  /external/chromium_org/media/audio/
audio_output_resampler.cc 156 streams_opened_(false) {
172 DCHECK(!streams_opened_);
184 if (!streams_opened_ &&
188 streams_opened_ = true;
195 streams_opened_ || !callbacks_.empty()) {
213 streams_opened_ = true;
228 streams_opened_ = true;
audio_output_resampler.h 83 bool streams_opened_; member in class:media::AudioOutputResampler

Completed in 166 milliseconds