/external/webrtc/modules/desktop_capture/ |
D | window_capturer_unittest.cc | 55 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()
|
D | window_capturer_null.cc | 30 bool GetSourceList(SourceList* sources) override; 40 bool WindowCapturerNull::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::__anon47c1c10c0111::WindowCapturerNull
|
D | desktop_capturer_wrapper.cc | 44 bool DesktopCapturerWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturerWrapper 45 return base_capturer_->GetSourceList(sources); in GetSourceList()
|
D | fallback_desktop_capturer_wrapper.cc | 125 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()
|
D | cropping_window_capturer.cc | 64 bool CroppingWindowCapturer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::CroppingWindowCapturer 65 return window_capturer_->GetSourceList(sources); in GetSourceList()
|
D | blank_detector_desktop_capturer_wrapper.cc | 57 bool BlankDetectorDesktopCapturerWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::BlankDetectorDesktopCapturerWrapper 58 return capturer_->GetSourceList(sources); in GetSourceList()
|
D | desktop_capturer_wrapper.h | 36 bool GetSourceList(SourceList* sources) override;
|
D | fake_desktop_capturer.h | 59 bool GetSourceList(DesktopCapturer::SourceList* sources) override;
|
D | desktop_capturer_differ_wrapper.cc | 173 bool DesktopCapturerDifferWrapper::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturerDifferWrapper 174 return base_capturer_->GetSourceList(sources); in GetSourceList()
|
D | desktop_capturer_differ_wrapper.h | 53 bool GetSourceList(SourceList* screens) override;
|
D | screen_capturer_fuchsia.h | 37 bool GetSourceList(SourceList* screens) override;
|
D | fallback_desktop_capturer_wrapper.h | 45 bool GetSourceList(SourceList* sources) override;
|
D | blank_detector_desktop_capturer_wrapper.h | 47 bool GetSourceList(SourceList* sources) override;
|
D | cropping_window_capturer.h | 43 bool GetSourceList(SourceList* sources) override;
|
D | fake_desktop_capturer.cc | 74 bool FakeDesktopCapturer::GetSourceList(DesktopCapturer::SourceList* sources) { in GetSourceList() function in webrtc::FakeDesktopCapturer
|
D | desktop_and_cursor_composer.cc | 195 bool DesktopAndCursorComposer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopAndCursorComposer 196 return desktop_capturer_->GetSourceList(sources); in GetSourceList()
|
D | desktop_capturer.cc | 42 bool DesktopCapturer::GetSourceList(SourceList* sources) { in GetSourceList() function in webrtc::DesktopCapturer
|
D | desktop_and_cursor_composer.h | 60 bool GetSourceList(SourceList* sources) override;
|
/external/webrtc/modules/desktop_capture/linux/x11/ |
D | window_capturer_x11.h | 46 bool GetSourceList(SourceList* sources) override;
|
D | screen_capturer_x11.h | 60 bool GetSourceList(SourceList* sources) override;
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.h | 45 bool GetSourceList(SourceList* sources) override;
|
D | window_capturer_win_gdi.h | 41 bool GetSourceList(SourceList* sources) override;
|
D | screen_capturer_win_directx.h | 85 bool GetSourceList(SourceList* sources) override;
|
/external/webrtc/modules/desktop_capture/linux/wayland/ |
D | base_capturer_pipewire.h | 48 bool GetSourceList(SourceList* sources) override;
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.h | 55 bool GetSourceList(SourceList* screens) override;
|