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

  /external/chromium_org/media/audio/
audio_output_controller.cc 47 on_more_io_data_called_(0) {
180 // WedgeCheck() will look to see if |on_more_io_data_called_| is true after
298 // Since this thread is the only writer of |on_more_io_data_called_| once the
300 if (base::AtomicRefCountIsZero(&on_more_io_data_called_))
301 base::AtomicRefCountInc(&on_more_io_data_called_);
429 base::AtomicRefCountIsOne(&on_more_io_data_called_));
audio_output_controller.h 244 base::AtomicRefCount on_more_io_data_called_; member in class:media::AudioOutputController

Completed in 48 milliseconds