HomeSort by relevance Sort by last modified time
    Searched refs:Desktop (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/win/
desktop.h 22 class Desktop {
24 ~Desktop();
26 // Returns the name of the desktop represented by the object. Return false if
30 // Returns true if |other| has the same name as this desktop. Returns false
31 // in any other case including failing Win32 APIs and uninitialized desktop
33 bool IsSame(const Desktop& other) const;
35 // Assigns the desktop to the current thread. Returns false is the operation
39 // Returns the desktop by its name or NULL if an error occurs.
40 static Desktop* GetDesktop(const wchar_t* desktop_name);
42 // Returns the desktop currently receiving user input or NULL if an erro
    [all...]
scoped_thread_desktop.h 21 class Desktop;
28 // Returns true if |desktop| has the same desktop name as the currently
29 // assigned desktop (if assigned) or as the initial desktop (if not assigned).
31 // uninitialized desktop handles.
32 bool IsSame(const Desktop& desktop);
34 // Reverts the calling thread to use the initial desktop.
37 // Assigns |desktop| to be the calling thread. Returns true if the thread ha
    [all...]
desktop.cc 11 #include "webrtc/modules/desktop_capture/win/desktop.h"
19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) {
22 Desktop::~Desktop() {
25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
31 bool Desktop::GetName(std::wstring* desktop_name_out) const {
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError()
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); local
90 HDESK desktop = OpenInputDesktop( local
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); local
    [all...]
scoped_thread_desktop.cc 15 #include "webrtc/modules/desktop_capture/win/desktop.h"
20 : initial_(Desktop::GetThreadDesktop()) {
27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) {
29 return assigned_->IsSame(desktop);
31 return initial_->IsSame(desktop);
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) {
45 rtc::scoped_ptr<Desktop> scoped_desktop(desktop);
    [all...]
screen_capturer_win_gdi.cc 22 #include "webrtc/modules/desktop_capture/win/desktop.h"
152 // Vote to disable Aero composited desktop effects while capturing. Windows
160 // Switch to the desktop receiving user input if different from the current
162 rtc::scoped_ptr<Desktop> input_desktop(Desktop::GetInputDesktop());
175 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
176 // So we can continue capture screen bits, just from the wrong desktop.
208 // Create GDI device contexts to capture from the desktop into memory.
251 // Select the target bitmap into the memory dc and copy the rect from desktop
screen_capturer_win_magnifier.cc 24 #include "webrtc/modules/desktop_capture/win/desktop.h"
97 // Switch to the desktop receiving user input if different from the current
99 rtc::scoped_ptr<Desktop> input_desktop(Desktop::GetInputDesktop());
106 // If SetThreadDesktop() fails, the thread is still assigned a desktop.
107 // So we can continue capture screen bits, just from the wrong desktop.
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
SwingHelper.java 4 import java.awt.Desktop;
5 import java.awt.Desktop.Action;
64 if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Action.BROWSE)) {
66 Desktop.getDesktop().browse(new URI(uri));
  /external/toolchain-utils/bestflags/examples/omnetpp/
test_omnetpp 3 cd /usr/local/google/home/yuhenglong/Desktop/spec2006/cpu2006-redhat-ia32/
  /external/skia/tools/calmbench/
calmbench.py 27 --extraarg "--svgs ~/Desktop/bots/svgs --skps ~/Desktop/bots/skps"
59 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps '
60 '~/Desktop/bots/skps)')
  /external/skqp/tools/calmbench/
calmbench.py 27 --extraarg "--svgs ~/Desktop/bots/svgs --skps ~/Desktop/bots/skps"
59 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps '
60 '~/Desktop/bots/skps)')
  /external/python/cpython3/PC/layout/support/
appxmanifest.py 79 "desktop4": "http://schemas.microsoft.com/appx/manifest/desktop/windows10/4",
80 "desktop6": "http://schemas.microsoft.com/appx/manifest/desktop/windows10/6",
91 xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
108 <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="" />
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Local.cpp 487 !1 = !DIFile(filename: "/Users/vsk/Desktop/foo.ll", directory: "/")
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 462 // On desktop .NET framework and Mono, we need to register for a shutdown
464 // - On Desktop .NET framework, we need to do a proper shutdown to prevent a crash
  /external/e2fsprogs/
configure     [all...]

Completed in 320 milliseconds