/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/ |
H A D | window_message_dispatcher.rs | 234 pub unsafe fn message_router_handle(&self) -> Option<HWND> { in message_router_handle() 265 hwnd: HWND, in dispatch_window_message() 304 fn primary_window_handle(&self) -> HWND { in primary_window_handle() 352 message_router_hwnd: HWND, in process_simulated_thread_message() 551 hwnd: HWND, in handle_gui_window_lifetime_message()
|
H A D | window.rs | 253 unsafe fn handle(&self) -> HWND; in handle() 772 unsafe fn handle(&self) -> HWND { in handle() 838 unsafe fn handle(&self) -> HWND { in handle() 849 hwnd_parent: HWND, in create_sys_window() 851 ) -> Result<HWND> { in create_sys_window()
|
H A D | window_procedure_thread.rs | 583 hwnd: HWND, in wnd_proc()
|
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/ |
H A D | windows.rs | 113 unsafe fn new(hwnd: HWND, hmodule: HMODULE) -> Self { in new() 189 hwnd: HWND, in handle_window_message() 292 unsafe extern "system" fn wnd_proc<AppState: ApplicationState>( in wnd_proc() 377 unsafe fn create_window<AppState, AppStateBuilder>( in create_window()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Shell.cpp | 637 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument 642 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument
|
H A D | Window.h | 144 operator HWND() const { return _window; } in HWND() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/ |
D | issue42018_windows.go | 39 func recurseHWND(n int, p C.HWND, v uintptr) {
|
/aosp_15_r20/external/skia/tools/window/win/ |
H A D | GLWindowContext_win.cpp | 24 std::unique_ptr<WindowContext> MakeGLForWin(HWND, std::unique_ptr<const DisplayParams>) { in MakeGLForWin() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | platform_types.rs | 14 pub type HWND = *const c_void; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | rpcasync.h | 58 } HWND; member 199 } HWND; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/ |
D | zsyscall_windows.go | 1585 func DwmGetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret err… 1593 func DwmSetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret err… 4035 func EnumChildWindows(hwnd HWND, enumFunc uintptr, param unsafe.Pointer) { 4056 func GetClassName(hwnd HWND, className *uint16, maxCount int32) (copied int32, err error) { 4091 func GetWindowThreadProcessId(hwnd HWND, pid *uint32) (tid uint32, err error) { 4100 func IsWindow(hwnd HWND) (isWindow bool) { 4106 func IsWindowUnicode(hwnd HWND) (isUnicode bool) { 4112 func IsWindowVisible(hwnd HWND) (isVisible bool) { 4118 func MessageBox(hwnd HWND, text *uint16, caption *uint16, boxtype uint32) (ret int32, err error) { 4223 func WinVerifyTrustEx(hwnd HWND, actionId *GUID, data *WinTrustData) (ret error) {
|
D | syscall_windows.go | 21 type HWND uintptr type
|
/aosp_15_r20/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 89 HWND = HANDLE variable
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | MyLoadMenu.cpp | 385 void OnMenuActivating(HWND /* hWnd */, HMENU hMenu, int position) in OnMenuActivating() argument
|
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 89 bool CDialog::OnButtonClicked(unsigned buttonID, HWND /* buttonHWND */) in OnButtonClicked() argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/ |
H A D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/ |
D | wintypes.py | 90 HWND = HANDLE variable
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 61566 pub type HWND = *mut HWND__; typedef 74464 pub fn CommConfigDialogA(lpszName: LPCSTR, hWnd: HWND, lpCC: LPCOMMCONFIG) -> BOOL; in CommConfigDialogA() 74467 pub fn CommConfigDialogW(lpszName: LPCWSTR, hWnd: HWND, lpCC: LPCOMMCONFIG) -> BOOL; in CommConfigDialogW() 95666 pub fn DrawCaption(hwnd: HWND, hdc: HDC, lprect: *const RECT, flags: UINT) -> BOOL; in DrawCaption() 95670 hwnd: HWND, in DrawAnimatedRects() 96384 pub fn GetMessageA(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL; in GetMessageA() 96387 pub fn GetMessageW(lpMsg: LPMSG, hWnd: HWND, wMsgFilterMin: UINT, wMsgFilterMax: UINT) -> BOOL; in GetMessageW() 96404 hWnd: HWND, in PeekMessageA() 96413 hWnd: HWND, in PeekMessageW() 96421 hWnd: HWND, in RegisterHotKey() [all …]
|
/aosp_15_r20/external/angle/src/third_party/volk/ |
H A D | volk.h | 40 typedef struct HWND__* HWND; typedef
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 87 typedef HANDLE HWND; typedef
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna-platform/5.6.0/ |
HD | jna-platform-5.6.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |