Searched refs:GetVideoCaptureDevice (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/
H A DRTCVideoCapturer.mm48 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) {
49 LOG(LS_ERROR) << "GetVideoCaptureDevice failed";
/external/webrtc/talk/media/devices/
H A Ddummydevicemanager_unittest.cc79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device));
80 EXPECT_TRUE(dm.GetVideoCaptureDevice(
H A Ddevicemanager.h76 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out) = 0;
147 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out);
H A Ddevicemanager_unittest.cc165 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));
H A Ddevicemanager.cc137 bool DeviceManager::GetVideoCaptureDevice(const std::string& name, function in class:cricket::DeviceManager
H A Dfakedevicemanager.h191 virtual bool GetVideoCaptureDevice(const std::string& name, function in class:cricket::FakeDeviceManager
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1931 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) {
1932 LOG(LS_ERROR) << "GetVideoCaptureDevice failed for " << device_name;

Completed in 151 milliseconds