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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager.cc 167 DCHECK(!device_thread_.get());
652 if (device_thread_)
655 device_thread_.reset(new base::Thread("MediaStreamDeviceThread"));
657 device_thread_->init_com_with_mta(true);
659 CHECK(device_thread_->Start());
663 this, device_thread_->message_loop_proxy().get());
667 device_thread_->message_loop_proxy().get());
    [all...]
media_stream_manager.h 230 scoped_ptr<base::Thread> device_thread_; member in class:content::MediaStreamManager

Completed in 2594 milliseconds