Searched refs:IsCurrentSessionSupported (Results 1 – 4 of 4) sorted by relevance
44 bool ScreenCapturerWinDirectx::IsCurrentSessionSupported() { in IsCurrentSessionSupported() function in webrtc::ScreenCapturerWinDirectx45 return DxgiDuplicatorController::IsCurrentSessionSupported(); in IsCurrentSessionSupported()
53 static bool IsCurrentSessionSupported();
79 static bool IsCurrentSessionSupported();
59 bool DxgiDuplicatorController::IsCurrentSessionSupported() { in IsCurrentSessionSupported() function in webrtc::DxgiDuplicatorController168 if (succeeded_duplications_ == 0 && !IsCurrentSessionSupported()) { in DoDuplicate()