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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvcmfactory.h 46 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
webrtcvideocapturer.h 49 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) = 0;
webrtcvideocapturer.cc 69 virtual webrtc::VideoCaptureModule::DeviceInfo* CreateDeviceInfo(int id) {
70 return webrtc::VideoCaptureFactory::CreateDeviceInfo(id);
148 webrtc::VideoCaptureModule::DeviceInfo* info = factory_->CreateDeviceInfo(0);
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
mobiledevicemanager.cc 51 webrtc::VideoCaptureFactory::CreateDeviceInfo(0));

Completed in 789 milliseconds