Searched refs:CreateDeviceInfo (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_factory.cc28 VideoCaptureModule::DeviceInfo* VideoCaptureFactory::CreateDeviceInfo( function in class:webrtc::VideoCaptureFactory
30 return videocapturemodule::VideoCaptureImpl::CreateDeviceInfo(id);
H A Dvideo_capture_impl.h52 static DeviceInfo* CreateDeviceInfo(const int32_t id);
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
H A Dvideo_capture_factory.h36 static VideoCaptureModule::DeviceInfo* CreateDeviceInfo(
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_factory_windows.cc19 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/modules/video_capture/external/
H A Ddevice_info_external.cc46 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmobiledevicemanager.cc51 webrtc::VideoCaptureFactory::CreateDeviceInfo(0));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvcmfactory.h46 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { function in class:FakeWebRtcVcmFactory
H A Dwebrtcvideocapturer.h50 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
H A Dwebrtcvideocapturer.cc71 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) { function in class:cricket::WebRtcVcmFactory
72 return webrtc::VideoCaptureFactory::CreateDeviceInfo(id);
152 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_input_manager.cc59 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
72 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
85 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
97 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
122 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
154 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
190 capture_device_info_ = VideoCaptureFactory::CreateDeviceInfo(
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_capture_device.cc31 webrtc::VideoCaptureFactory::CreateDeviceInfo(0);
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios.mm31 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
/external/chromium_org/components/sync_driver/
H A Ddevice_info_sync_service.cc73 make_scoped_ptr(CreateDeviceInfo(*iter));
206 return make_scoped_ptr(CreateDeviceInfo(iter->second));
215 list.push_back(CreateDeviceInfo(iter->second));
312 DeviceInfo* DeviceInfoSyncService::CreateDeviceInfo( function in class:sync_driver::DeviceInfoSyncService
H A Ddevice_info_sync_service.h60 static DeviceInfo* CreateDeviceInfo(const syncer::SyncData sync_data);
/external/chromium_org/third_party/webrtc/test/
H A Dvcm_capturer.cc24 VideoCaptureFactory::CreateDeviceInfo(42); // Any ID (42) will do.
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dgeneral_primitives.cc26 webrtc::VideoCaptureFactory::CreateDeviceInfo(0);
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/
H A Dvideo_capture_mac.mm206 VideoCaptureImpl::CreateDeviceInfo(const int32_t id)
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc71 scoped_ptr<base::DictionaryValue> CreateDeviceInfo( function in namespace:local_discovery::__anon5496
89 devices_list->Append(CreateDeviceInfo(*i).release());
95 devices_list->Append(CreateDeviceInfo(*i).release());
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_capture.cc118 webrtc::VideoCaptureFactory::CreateDeviceInfo(0);
285 webrtc::VideoCaptureFactory::CreateDeviceInfo(0);
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc152 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo( function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Ddevice_info_linux.cc32 VideoCaptureImpl::CreateDeviceInfo(const int32_t id) function in class:webrtc::videocapturemodule::VideoCaptureImpl
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc240 device_info_.reset(VideoCaptureFactory::CreateDeviceInfo(0));

Completed in 7197 milliseconds