Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_directx.cc44 bool ScreenCapturerWinDirectx::IsCurrentSessionSupported() { in IsCurrentSessionSupported() function in webrtc::ScreenCapturerWinDirectx
45 return DxgiDuplicatorController::IsCurrentSessionSupported(); in IsCurrentSessionSupported()
Dscreen_capturer_win_directx.h53 static bool IsCurrentSessionSupported();
Ddxgi_duplicator_controller.h79 static bool IsCurrentSessionSupported();
Ddxgi_duplicator_controller.cc59 bool DxgiDuplicatorController::IsCurrentSessionSupported() { in IsCurrentSessionSupported() function in webrtc::DxgiDuplicatorController
168 if (succeeded_duplications_ == 0 && !IsCurrentSessionSupported()) { in DoDuplicate()