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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 380 memset(active_enumeration_ref_count_, 0,
381 sizeof(active_enumeration_ref_count_));
705 DCHECK_GE(active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT], 0);
707 if (active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT] == 0) {
708 ++active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT];
788 --active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT];
789 DCHECK_GE(active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT], 0);
    [all...]
media_stream_manager.h 408 int active_enumeration_ref_count_[NUM_MEDIA_TYPES]; member in class:content::MediaStreamManager

Completed in 175 milliseconds