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 39 on_more_io_data_called_(0) {
172 // WedgeCheck() will look to see if |on_more_io_data_called_| is true after
288 // Since this thread is the only writer of |on_more_io_data_called_| once the
290 if (base::AtomicRefCountIsZero(&on_more_io_data_called_))
291 base::AtomicRefCountInc(&on_more_io_data_called_);
414 base::AtomicRefCountIsOne(&on_more_io_data_called_));
audio_output_controller.h 252 base::AtomicRefCount on_more_io_data_called_; member in class:media::AudioOutputController

Completed in 40 milliseconds