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

  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.h 174 base::AtomicRefCount num_playing_streams_; member in class:content::AudioRendererHost
audio_renderer_host.cc 137 num_playing_streams_(0) {
287 base::AtomicRefCountInc(&num_playing_streams_);
295 base::AtomicRefCountDec(&num_playing_streams_);
477 base::AtomicRefCountDec(&num_playing_streams_);
504 return !base::AtomicRefCountIsZero(&num_playing_streams_);

Completed in 674 milliseconds