Home
last modified time | relevance | path

Searched refs:set_thread_execution_state_failed_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc46 set_thread_execution_state_failed_(false) { in ScreenCapturerWinGdi()
80 if (!set_thread_execution_state_failed_) { in Capture()
81 set_thread_execution_state_failed_ = true; in Capture()
Dscreen_capturer_win_magnifier.cc47 set_thread_execution_state_failed_(false), in ScreenCapturerWinMagnifier()
91 if (!set_thread_execution_state_failed_) { in Capture()
92 set_thread_execution_state_failed_ = true; in Capture()
Dscreen_capturer_win_gdi.h82 bool set_thread_execution_state_failed_; variable
Dscreen_capturer_win_magnifier.h122 bool set_thread_execution_state_failed_; variable