HomeSort by relevance Sort by last modified time
    Searched defs:_window (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_full_screen_window.h 23 NSWindow* _window; variable
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_render.h 49 Window _window; member in class:webrtc::VideoX11Render
video_x11_channel.h 72 Window _window; member in class:webrtc::VideoX11Channel
  /external/lzma/CPP/Windows/
Window.h 57 HWND _window; member in class:NWindows::CWindow
59 CWindow(HWND newWindow = NULL): _window(newWindow){};
62 _window = newWindow;
65 operator HWND() const { return _window; }
66 void Attach(HWND newWindow) { _window = newWindow; }
69 HWND window = _window;
70 _window = NULL;
74 bool Foreground() { return BOOLToBool(::SetForegroundWindow(_window)); }
76 HWND GetParent() const { return ::GetParent(_window); }
77 bool GetWindowRect(LPRECT rect) const { return BOOLToBool(::GetWindowRect(_window,rect)); }
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 469 uint64_t _window = (uint64_t)(uintptr_t)window; local
471 GetIContextHandle(context)->allocationSetNativeWindow(_allocation, _window);
    [all...]

Completed in 219 milliseconds