Home
last modified time | relevance | path

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

/external/webrtc/talk/media/devices/
Ddummydevicemanager_unittest.cc79 EXPECT_FALSE(dm.GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device)); in TEST()
80 EXPECT_TRUE(dm.GetVideoCaptureDevice( in TEST()
Ddevicemanager_unittest.cc165 EXPECT_TRUE(dm->GetVideoCaptureDevice( in TEST()
190 EXPECT_FALSE(dm->GetVideoCaptureDevice("_NOT A REAL DEVICE_", &device)); in TEST()
195 EXPECT_TRUE(dm->GetVideoCaptureDevice( in TEST()
199 EXPECT_TRUE(dm->GetVideoCaptureDevice(video_ins[0].name, &device)); in TEST()
211 EXPECT_TRUE(dm->GetVideoCaptureDevice(test_file, &device)); in TEST()
Ddevicemanager.h76 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out) = 0;
147 virtual bool GetVideoCaptureDevice(const std::string& name, Device* out);
Dfakedevicemanager.h191 virtual bool GetVideoCaptureDevice(const std::string& name, in GetVideoCaptureDevice() function
Ddevicemanager.cc137 bool DeviceManager::GetVideoCaptureDevice(const std::string& name, in GetVideoCaptureDevice() function in cricket::DeviceManager
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoCapturer.mm48 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) {
49 LOG(LS_ERROR) << "GetVideoCaptureDevice failed";
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1931 if (!device_manager->GetVideoCaptureDevice(device_name, &device)) { in JOW()