Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win.cc149 source_enumerator_(std::move(source_enumerator)), in WgcCapturerWin()
186 return source_enumerator_->FindAllSources(sources); in GetSourceList()
H A Dwgc_capturer_win.h139 std::unique_ptr<SourceEnumerator> source_enumerator_; variable