Home
last modified time | relevance | path

Searched defs:HWND (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow_message_dispatcher.rs234 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 Dwindow.rs253 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 Dwindow_procedure_thread.rs583 hwnd: HWND, in wnd_proc()
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs113 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 DShell.cpp637 bool BrowseForFolder(HWND, LPCTSTR, UINT, LPCTSTR, CSysString &) in BrowseForFolder() argument
642 bool BrowseForFolder(HWND /* owner */, LPCTSTR /* title */, in BrowseForFolder() argument
H A DWindow.h144 operator HWND() const { return _window; } in HWND() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/
Dissue42018_windows.go39 func recurseHWND(n int, p C.HWND, v uintptr) {
/aosp_15_r20/external/skia/tools/window/win/
H A DGLWindowContext_win.cpp24 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/
Dplatform_types.rs14 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/
Drpcasync.h58 } HWND; member
199 } HWND; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go1585 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) {
Dsyscall_windows.go21 type HWND uintptr type
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py89 HWND = HANDLE variable
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DMyLoadMenu.cpp385 void OnMenuActivating(HWND /* hWnd */, HMENU hMenu, int position) in OnMenuActivating() argument
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DDialog.cpp89 bool CDialog::OnButtonClicked(unsigned buttonID, HWND /* buttonHWND */) in OnButtonClicked() argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py90 HWND = HANDLE variable
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs61566 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 Dvolk.h40 typedef struct HWND__* HWND; typedef
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9types.h87 typedef HANDLE HWND; typedef
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna-platform/5.6.0/
HDjna-platform-5.6.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...

12