Home
last modified time | relevance | path

Searched defs:hmodule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs104 hmodule: isize, field
390 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in create_window() localVariable
/aosp_15_r20/external/lzma/CPP/Common/
H A DCommon0.h264 #define Z7_GET_PROC_ADDRESS(func_type, hmodule, func_name) \ argument
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DGUI.cpp69 const HMODULE hmodule = LoadLibrary(dllName); in GetDllVersion() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFM.cpp93 const HMODULE hmodule = LoadLibrary(dllName); in GetDllVersion() local
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs881 let hmodule = unsafe { GetModuleHandleW(null_mut()) }; in get_current_module_handle() localVariable