Home
last modified time | relevance | path

Searched refs:GetSourceId (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dfull_screen_mac_application_handler.cc70 return src.id != GetSourceId() && in InvalidateCacheIfNeeded()
84 const auto original_window = GetSourceId(); in FindFullScreenWindowWithSamePid()
117 return IsWindowOnScreen(GetSourceId()) in FindFullScreenWindow()
/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc27 app_handler_->GetSourceId() != original_source_id) { in FindFullScreenWindow()
73 if (app_handler_ == nullptr || app_handler_->GetSourceId() != source_id) { in CreateApplicationHandlerIfNeeded()
Dfull_screen_application_handler.cc26 DesktopCapturer::SourceId FullScreenApplicationHandler::GetSourceId() const { in GetSourceId() function in webrtc::FullScreenApplicationHandler
Dfull_screen_application_handler.h38 DesktopCapturer::SourceId GetSourceId() const;
/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc80 HWND original_window = reinterpret_cast<HWND>(GetSourceId()); in FindFullScreenWindow()