Searched refs:on_more_io_data_called_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_output_controller.cc39 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_));
H A Daudio_output_controller.h252 base::AtomicRefCount on_more_io_data_called_; member in class:media::AudioOutputController

Completed in 338 milliseconds