Home
last modified time | relevance | path

Searched refs:SetThreadDesktop (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dscoped_thread_desktop.cc34 initial_->SetThreadDesktop(); in Revert()
39 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { in SetThreadDesktop() function in webrtc::ScopedThreadDesktop
47 if (!desktop->SetThreadDesktop()) in SetThreadDesktop()
Ddesktop.cc64 bool Desktop::SetThreadDesktop() const { in SetThreadDesktop() function in webrtc::Desktop
65 if (!::SetThreadDesktop(desktop_)) { in SetThreadDesktop()
Dscoped_thread_desktop.h43 bool SetThreadDesktop(Desktop* desktop);
Ddesktop.h40 bool SetThreadDesktop() const;
Dscreen_capturer_win_gdi.cc153 desktop_.SetThreadDesktop(input_desktop.release()); in PrepareCaptureResources()
Dscreen_capturer_win_magnifier.cc103 desktop_.SetThreadDesktop(input_desktop.release()); in CaptureFrame()