Searched refs:CurrentDeviceName (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 294 device_info_->GetCapability(module->CurrentDeviceName(), 0, capability); in TEST_F() 341 module->CurrentDeviceName()); in TEST_F() 349 EXPECT_EQ(0, device_info_->GetCapability(module->CurrentDeviceName(), i, in TEST_F() 403 device_info_->GetCapability(module1->CurrentDeviceName(), 0, capability1); in TEST_F() 420 device_info_->GetCapability(module2->CurrentDeviceName(), 0, capability2); in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | vcm_capturer.cc | 39 device_info->GetCapability(vcm_->CurrentDeviceName(), 0, capability_); in Init()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.h | 78 virtual const char* CurrentDeviceName() const;
|
D | video_capture.h | 119 virtual const char* CurrentDeviceName() const = 0;
|
D | video_capture_impl.cc | 40 const char* VideoCaptureImpl::CurrentDeviceName() const in CurrentDeviceName() function in webrtc::videocapturemodule::VideoCaptureImpl
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvideocapturemodule.h | 81 const char* CurrentDeviceName() const override { in CurrentDeviceName() function
|