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

  /external/chromium_org/media/audio/
audio_output_controller.cc 52 num_allowed_io_(0),
467 DCHECK(base::AtomicRefCountIsZero(&num_allowed_io_));
468 base::AtomicRefCountInc(&num_allowed_io_);
472 const bool is_zero = !base::AtomicRefCountDec(&num_allowed_io_);
audio_output_controller.h 258 base::AtomicRefCount num_allowed_io_; member in class:media::AudioOutputController

Completed in 31 milliseconds