Home
last modified time | relevance | path

Searched refs:original_source_id (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc25 DesktopCapturer::SourceId original_source_id) { in FindFullScreenWindow() argument
27 app_handler_->GetSourceId() != original_source_id) { in FindFullScreenWindow()
34 DesktopCapturer::SourceId original_source_id, in UpdateWindowListIfNeeded() argument
36 const bool skip_update = previous_source_id_ != original_source_id; in UpdateWindowListIfNeeded()
37 previous_source_id_ = original_source_id; in UpdateWindowListIfNeeded()
47 CreateApplicationHandlerIfNeeded(original_source_id); in UpdateWindowListIfNeeded()
Dfull_screen_window_detector.h48 DesktopCapturer::SourceId original_source_id);
53 DesktopCapturer::SourceId original_source_id,