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 60 on_more_io_data_called_(0) {
201 on_more_io_data_called_ = 0;
208 // WedgeCheck() will look to see if |on_more_io_data_called_| is true after
349 // Since this thread is the only writer of |on_more_io_data_called_| once the
351 if (base::AtomicRefCountIsZero(&on_more_io_data_called_))
352 base::AtomicRefCountInc(&on_more_io_data_called_);
482 base::AtomicRefCountIsOne(&on_more_io_data_called_);
audio_output_controller.h 275 base::AtomicRefCount on_more_io_data_called_; member in class:media::AudioOutputController

Completed in 25 milliseconds