Home
last modified time | relevance | path

Searched refs:GetSourceList (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/modules/desktop_capture/
Dwindow_capturer_unittest.cc55 EXPECT_TRUE(capturer_->GetSourceList(&sources)); in TEST_F()
80 EXPECT_TRUE(capturer_->GetSourceList(&sources)); in TEST_F()
92 EXPECT_TRUE(capturer_->GetSourceList(&new_list)); in TEST_F()
Dwindow_capturer_null.cc30 bool GetSourceList(SourceList* sources) override;
40 bool WindowCapturerNull::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::__anon47c1c10c0111::WindowCapturerNull
Ddesktop_capturer_wrapper.cc44 bool DesktopCapturerWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturerWrapper
45 return base_capturer_->GetSourceList(sources); in GetSourceList()
Dfallback_desktop_capturer_wrapper.cc125 bool FallbackDesktopCapturerWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::FallbackDesktopCapturerWrapper
127 return secondary_capturer_->GetSourceList(sources); in GetSourceList()
129 return main_capturer_->GetSourceList(sources); in GetSourceList()
Dcropping_window_capturer.cc64 bool CroppingWindowCapturer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::CroppingWindowCapturer
65 return window_capturer_->GetSourceList(sources); in GetSourceList()
Dblank_detector_desktop_capturer_wrapper.cc57 bool BlankDetectorDesktopCapturerWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::BlankDetectorDesktopCapturerWrapper
58 return capturer_->GetSourceList(sources); in GetSourceList()
Ddesktop_capturer_wrapper.h36 bool GetSourceList(SourceList* sources) override;
Dfake_desktop_capturer.h59 bool GetSourceList(DesktopCapturer::SourceList* sources) override;
Ddesktop_capturer_differ_wrapper.cc173 bool DesktopCapturerDifferWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturerDifferWrapper
174 return base_capturer_->GetSourceList(sources); in GetSourceList()
Ddesktop_capturer_differ_wrapper.h53 bool GetSourceList(SourceList* screens) override;
Dscreen_capturer_fuchsia.h37 bool GetSourceList(SourceList* screens) override;
Dfallback_desktop_capturer_wrapper.h45 bool GetSourceList(SourceList* sources) override;
Dblank_detector_desktop_capturer_wrapper.h47 bool GetSourceList(SourceList* sources) override;
Dcropping_window_capturer.h43 bool GetSourceList(SourceList* sources) override;
Dfake_desktop_capturer.cc74 bool FakeDesktopCapturer::GetSourceList(DesktopCapturer::SourceList* sources) { in GetSourceList() function in webrtc::FakeDesktopCapturer
Ddesktop_and_cursor_composer.cc195 bool DesktopAndCursorComposer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopAndCursorComposer
196 return desktop_capturer_->GetSourceList(sources); in GetSourceList()
Ddesktop_capturer.cc42 bool DesktopCapturer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturer
Ddesktop_and_cursor_composer.h60 bool GetSourceList(SourceList* sources) override;
/external/webrtc/modules/desktop_capture/linux/x11/
Dwindow_capturer_x11.h46 bool GetSourceList(SourceList* sources) override;
Dscreen_capturer_x11.h60 bool GetSourceList(SourceList* sources) override;
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.h45 bool GetSourceList(SourceList* sources) override;
Dwindow_capturer_win_gdi.h41 bool GetSourceList(SourceList* sources) override;
Dscreen_capturer_win_directx.h85 bool GetSourceList(SourceList* sources) override;
/external/webrtc/modules/desktop_capture/linux/wayland/
Dbase_capturer_pipewire.h48 bool GetSourceList(SourceList* sources) override;
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.h55 bool GetSourceList(SourceList* screens) override;

12