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 370 memset(active_enumeration_ref_count_, 0,
371 sizeof(active_enumeration_ref_count_));
699 DCHECK_GE(active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT], 0);
701 if (active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT] == 0) {
702 ++active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT];
783 --active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT];
784 DCHECK_GE(active_enumeration_ref_count_[MEDIA_DEVICE_AUDIO_OUTPUT], 0);
    [all...]
media_stream_manager.h 385 int active_enumeration_ref_count_[NUM_MEDIA_TYPES]; member in class:content::MediaStreamManager

Completed in 154 milliseconds