Home
last modified time | relevance | path

Searched refs:CurrentDeviceName (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc294 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/
Dvcm_capturer.cc39 device_info->GetCapability(vcm_->CurrentDeviceName(), 0, capability_); in Init()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.h78 virtual const char* CurrentDeviceName() const;
Dvideo_capture.h119 virtual const char* CurrentDeviceName() const = 0;
Dvideo_capture_impl.cc40 const char* VideoCaptureImpl::CurrentDeviceName() const in CurrentDeviceName() function in webrtc::videocapturemodule::VideoCaptureImpl
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideocapturemodule.h81 const char* CurrentDeviceName() const override { in CurrentDeviceName() function