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

  /external/webrtc/talk/app/webrtc/objc/
RTCVideoCapturer.mm 48 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) {
49 LOG(LS_ERROR) << "GetVideoCaptureDevice failed";
  /external/webrtc/talk/media/devices/
dummydevicemanager_unittest.cc 79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
80 EXPECT_TRUE(dm.GetVideoCaptureDevice(
devicemanager.h 76 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out) = 0;
147 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out);
devicemanager_unittest.cc 165 EXPECT_TRUE(dm->GetVideoCaptureDevice(
190 EXPECT_FALSE(dm->GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
195 EXPECT_TRUE(dm->GetVideoCaptureDevice(
199 EXPECT_TRUE(dm->GetVideoCaptureDevice(video_ins[0].name, &device));
211 EXPECT_TRUE(dm->GetVideoCaptureDevice(test_file, &device));
devicemanager.cc 137 bool DeviceManager::GetVideoCaptureDevice(const std::string& name,
fakedevicemanager.h 191 virtual bool GetVideoCaptureDevice(const std::string& name,
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 100 milliseconds