Searched defs:desktop (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscoped_thread_desktop.cc15 #include "webrtc/modules/desktop_capture/win/desktop.h"
27 bool ScopedThreadDesktop::IsSame(const Desktop& desktop) { argument
29 return assigned_->IsSame(desktop);
31 return initial_->IsSame(desktop);
42 bool ScopedThreadDesktop::SetThreadDesktop(Desktop* desktop) { argument
45 rtc::scoped_ptr<Desktop> scoped_desktop(desktop);
47 if (initial_->IsSame(*desktop))
50 if (!desktop->SetThreadDesktop())
H A Ddesktop.cc11 #include "webrtc/modules/desktop_capture/win/desktop.h"
19 Desktop::Desktop(HDESK desktop, bool own) : desktop_(desktop), own_(own) { argument
25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError();
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
79 HDESK desktop = OpenDesktop(desktop_name, 0, FALSE, desired_access); local
80 if (desktop == NULL) {
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
86 return new Desktop(desktop, tru
90 HDESK desktop = OpenInputDesktop( local
99 HDESK desktop = ::GetThreadDesktop(GetCurrentThreadId()); local
[all...]
/external/webrtc/talk/media/base/
H A Dscreencastid.h46 // Used for identifying a window or desktop to be screencast.
62 const rtc::DesktopId& desktop() const { return desktop_; } function in class:cricket::ScreencastId
88 return desktop_.Equals(other.desktop());
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
H A DFinder_Basics.py75 """desktop - the desktop """
78 desktop = _Prop_desktop() variable
151 'desktop' : _Prop_desktop,
/external/webrtc/talk/media/devices/
H A Dfakedevicemanager.h144 virtual VideoCapturer* CreateDesktopCapturer(rtc::DesktopId desktop) { argument
145 if (!desktop.IsValid()) {
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp441 bool checkVersionString (TestLog& log, const glw::Functions& gl, bool desktop, int major, int minor) argument
450 if (!desktop)
538 if (desktop)
/external/ltp/tools/pounder21/src/xbonkers/
H A Dxbonkers.c65 * 1. Grab the list of windows and the desktop size.
66 * 2. Filter out the panel/desktop/whatever. We're going to make
67 * a cheesy assumption that a window on desktop -1 should be left
322 fprintf(stderr, "WARNING: Assuming desktop to be 1024x768!\n");
443 long *desktop; local
453 /* desktop ID */
454 if ((desktop = (long *)get_property(disp, client_list[i],
458 desktop =
465 if (desktop && *desktop >
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 281 milliseconds