Searched refs:GetVideoCaptureDevice (Results 1 - 7 of 7) sorted by relevance
/external/webrtc/talk/app/webrtc/objc/ |
H A D | RTCVideoCapturer.mm | 48 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) { 49 LOG(LS_ERROR) << "GetVideoCaptureDevice failed";
|
/external/webrtc/talk/media/devices/ |
H A D | dummydevicemanager_unittest.cc | 79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device)); 80 EXPECT_TRUE(dm.GetVideoCaptureDevice(
|
H A D | devicemanager.h | 76 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out) = 0; 147 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out);
|
H A D | 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));
|
H A D | devicemanager.cc | 137 bool DeviceManager::GetVideoCaptureDevice(const std::string& name, function in class:cricket::DeviceManager
|
H A D | fakedevicemanager.h | 191 virtual bool GetVideoCaptureDevice(const std::string& name, function in class:cricket::FakeDeviceManager
|
/external/webrtc/talk/app/webrtc/java/jni/ |
H A D | peerconnection_jni.cc | 1931 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) { 1932 LOG(LS_ERROR) << "GetVideoCaptureDevice failed for " << device_name;
|
Completed in 151 milliseconds